diff options
author | Marton Balint <cus@passwd.hu> | 2013-10-13 22:15:39 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2013-10-26 12:23:54 +0200 |
commit | 060c42bc3dff937df04f6d6166c43ab23e077ad6 (patch) | |
tree | cdffad39fc674d6eb4d5094ad20e71c52d152ae8 | |
parent | 0feecb62abab9ec6afa98121a07941792204fad9 (diff) | |
download | ffmpeg-060c42bc3dff937df04f6d6166c43ab23e077ad6.tar.gz |
ffplay: update and extend documentation for channel and stream switching
Signed-off-by: Marton Balint <cus@passwd.hu>
-rw-r--r-- | doc/ffplay.texi | 7 | ||||
-rw-r--r-- | ffplay.c | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index c465af7c86..54b6f19a48 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -174,13 +174,16 @@ Toggle full screen. Pause. @item a -Cycle audio channel. +Cycle audio channel in the curret program. @item v Cycle video channel. @item t -Cycle subtitle channel. +Cycle subtitle channel in the current program. + +@item c +Cycle program. @item w Show audio waves. @@ -3500,9 +3500,9 @@ void show_help_default(const char *opt, const char *arg) "q, ESC quit\n" "f toggle full screen\n" "p, SPC pause\n" - "a cycle audio channel\n" + "a cycle audio channel in the current program\n" "v cycle video channel\n" - "t cycle subtitle channel\n" + "t cycle subtitle channel in the current program\n" "c cycle program\n" "w show audio waves\n" "s activate frame-step mode\n" |