From 066ce8c93d908cac1eb63b8afbc711946f711a2f Mon Sep 17 00:00:00 2001 From: Alexei Svitkine Date: Sun, 4 Jul 2010 12:43:12 +0000 Subject: Implement -onkeydown and -onmousedown options for ffplay. Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com". See thread: Subject: [FFmpeg-devel] new command-line option for ffplay Date: Wed, 23 Jun 2010 09:13:50 -0400 Originally committed as revision 24037 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffplay-doc.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index 49f4647..ad1a652 100644 --- a/doc/ffplay-doc.texi +++ b/doc/ffplay-doc.texi @@ -108,6 +108,10 @@ Select the desired subtitle stream number, counting from 0. The number refers to the list of all the input subtitle streams. If it is greater than the number of subtitle streams minus one, then the last one is selected, if it is negative the subtitle rendering is disabled. +@item -exitonkeydown +Exit if any key is pressed. +@item -exitonmousedown +Exit if any mouse button is pressed. @end table @section While playing -- cgit v1.1