Browse Source

doc/ffplay, ffplay: add information regarding volume control

ffplay now supports dynamic volume control. This documents the supported
behavior.

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n3.0
Ganesh Ajjanagadde Marton Balint 9 years ago
parent
commit
fd44892073
2 changed files with 12 additions and 0 deletions
  1. +9
    -0
      doc/ffplay.texi
  2. +3
    -0
      ffplay.c

+ 9
- 0
doc/ffplay.texi View File

@@ -197,6 +197,15 @@ Toggle full screen.
@item p, SPC
Pause.

@item m
Toggle mute.

@item 9, 0
Decrease and increase volume respectively.

@item /, *
Decrease and increase volume respectively.

@item a
Cycle audio channel in the current program.



+ 3
- 0
ffplay.c View File

@@ -3681,6 +3681,9 @@ void show_help_default(const char *opt, const char *arg)
"q, ESC quit\n"
"f toggle full screen\n"
"p, SPC pause\n"
"m toggle mute\n"
"9, 0 decrease and increase volume respectively\n"
"/, * decrease and increase volume respectively\n"
"a cycle audio channel in the current program\n"
"v cycle video channel\n"
"t cycle subtitle channel in the current program\n"


Loading…
Cancel
Save