Skip to content

Commit

Permalink
ffplay: update docs after previous changes in ffplay mouse behaviour
Browse files Browse the repository at this point in the history
Signed-off-by: Vittorio Gambaletta <ffmpeg-dev@vittgam.net>
Signed-off-by: Marton Balint <cus@passwd.hu>
  • Loading branch information
VittGam authored and cus committed Jan 20, 2016
1 parent b750b67 commit 4590811
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/ffplay.texi
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,12 @@ Seek to the previous/next chapter.
or if there are no chapters
Seek backward/forward 10 minutes.

@item mouse click
@item right mouse click
Seek to percentage in file corresponding to fraction of width.

@item left mouse double-click
Toggle full screen.

@end table

@c man end
Expand Down
3 changes: 2 additions & 1 deletion ffplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}

Expand Down

0 comments on commit 4590811

Please sign in to comment.