Browse code

ffplay : Add 's' to the list of supported commands.

Originally committed as revision 22823 to svn://svn.ffmpeg.org/ffmpeg/trunk

Jai Menon authored on 2010/04/10 02:52:34
Showing 1 changed files
... ...
@@ -3074,6 +3074,7 @@ static void show_help(void)
3074 3074
            "v                   cycle video channel\n"
3075 3075
            "t                   cycle subtitle channel\n"
3076 3076
            "w                   show audio waves\n"
3077
+           "s                   activate frame-step mode\n"
3077 3078
            "left/right          seek backward/forward 10 seconds\n"
3078 3079
            "down/up             seek backward/forward 1 minute\n"
3079 3080
            "mouse click         seek to percentage in file corresponding to fraction of width\n"