Browse Source

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>
tags/n3.0
Vittorio Gambaletta (VittGam) Marton Balint 10 years ago
parent
commit
4590811fc2
2 changed files with 6 additions and 2 deletions
  1. +4
    -1
      doc/ffplay.texi
  2. +2
    -1
      ffplay.c

+ 4
- 1
doc/ffplay.texi View File

@@ -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


+ 2
- 1
ffplay.c View File

@@ -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"
);
}



Loading…
Cancel
Save