diff options
author | Vittorio Gambaletta (VittGam) <ffmpeg-dev@vittgam.net> | 2016-01-20 00:17:11 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-01-20 21:23:03 +0100 |
commit | 4590811fc216115fc551d9d87a02e567d71db41f (patch) | |
tree | 4bda627ad14d81ff80edbd1ede36e16b7e0eea99 /ffplay.c | |
parent | b750b67d13696fdbcd62ce7238eb2826f2be4686 (diff) | |
download | ffmpeg-4590811fc216115fc551d9d87a02e567d71db41f.tar.gz |
ffplay: update docs after previous changes in ffplay mouse behaviour
Signed-off-by: Vittorio Gambaletta <ffmpeg-dev@vittgam.net>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3738,7 +3738,8 @@ void show_help_default(const char *opt, const char *arg) "left/right seek backward/forward 10 seconds\n" "down/up seek backward/forward 1 minute\n" "page down/page up seek backward/forward 10 minutes\n" - "mouse click seek to percentage in file corresponding to fraction of width\n" + "right mouse click seek to percentage in file corresponding to fraction of width\n" + "left double-click toggle full screen\n" ); } |