diff options
author | Alexei Svitkine <alexei.svitkine@gmail.com> | 2010-07-04 12:43:12 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-04 12:43:12 +0000 |
commit | 066ce8c93d908cac1eb63b8afbc711946f711a2f (patch) | |
tree | 7e7e90aa7d00b195af6aa94471cdd2d85252b4b0 /doc/ffplay-doc.texi | |
parent | dbb113e89e104f1b801d893fe1443180c0f317a5 (diff) | |
download | ffmpeg-066ce8c93d908cac1eb63b8afbc711946f711a2f.tar.gz |
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
Diffstat (limited to 'doc/ffplay-doc.texi')
-rw-r--r-- | doc/ffplay-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index 49f46479f7..ad1a652f90 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 |