Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Gambaletta (VittGam) <ffmpeg-dev@vittgam.net>2016-01-20 02:17:11 +0300
committerMarton Balint <cus@passwd.hu>2016-01-20 23:23:03 +0300
commit4590811fc216115fc551d9d87a02e567d71db41f (patch)
tree4bda627ad14d81ff80edbd1ede36e16b7e0eea99 /ffplay.c
parentb750b67d13696fdbcd62ce7238eb2826f2be4686 (diff)
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 5b473e9955..2cfdf26ee9 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -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"
);
}