Commit 4590811f authored by Vittorio Gambaletta (VittGam)'s avatar Vittorio Gambaletta (VittGam) Committed by Marton Balint

ffplay: update docs after previous changes in ffplay mouse behaviour

Signed-off-by: 's avatarVittorio Gambaletta <ffmpeg-dev@vittgam.net>
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent b750b67d
...@@ -238,9 +238,12 @@ Seek to the previous/next chapter. ...@@ -238,9 +238,12 @@ Seek to the previous/next chapter.
or if there are no chapters or if there are no chapters
Seek backward/forward 10 minutes. Seek backward/forward 10 minutes.
@item mouse click @item right mouse click
Seek to percentage in file corresponding to fraction of width. Seek to percentage in file corresponding to fraction of width.
@item left mouse double-click
Toggle full screen.
@end table @end table
@c man end @c man end
......
...@@ -3738,7 +3738,8 @@ void show_help_default(const char *opt, const char *arg) ...@@ -3738,7 +3738,8 @@ void show_help_default(const char *opt, const char *arg)
"left/right seek backward/forward 10 seconds\n" "left/right seek backward/forward 10 seconds\n"
"down/up seek backward/forward 1 minute\n" "down/up seek backward/forward 1 minute\n"
"page down/page up seek backward/forward 10 minutes\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"
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment