diff options
author | Jai Menon <jmenon86@gmail.com> | 2010-04-09 17:52:34 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2010-04-09 17:52:34 +0000 |
commit | 79f8b328cdf95f26a0096022091a82b365c5d3ce (patch) | |
tree | 2d593a326e0a88861fe12d80be52b54682b17b54 /ffplay.c | |
parent | 7a6fe01f99cb95797ba59134f44b6666b1a5e792 (diff) | |
download | ffmpeg-79f8b328cdf95f26a0096022091a82b365c5d3ce.tar.gz |
ffplay : Add 's' to the list of supported commands.
Originally committed as revision 22823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3074,6 +3074,7 @@ static void show_help(void) "v cycle video channel\n" "t cycle subtitle channel\n" "w show audio waves\n" + "s activate frame-step mode\n" "left/right seek backward/forward 10 seconds\n" "down/up seek backward/forward 1 minute\n" "mouse click seek to percentage in file corresponding to fraction of width\n" |