diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-09-03 00:45:21 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-09-06 16:52:59 +0200 |
commit | 041caf1a63f091745b95a6d51c23fbdcb604d4ce (patch) | |
tree | f8b7138114bc46624ca60de3b76adf63c64850d8 /doc/avplay.texi | |
parent | 2143948381c8118bdc2f50bd4079520b9885bd54 (diff) | |
download | ffmpeg-041caf1a63f091745b95a6d51c23fbdcb604d4ce.tar.gz |
avplay: Exit by default at the end of playback
This is the expected behavior shared by all other cli multimedia players.
Bug-Id: 732
Diffstat (limited to 'doc/avplay.texi')
-rw-r--r-- | doc/avplay.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/avplay.texi b/doc/avplay.texi index 71981f6d5d..d526213f17 100644 --- a/doc/avplay.texi +++ b/doc/avplay.texi @@ -109,8 +109,8 @@ 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 -autoexit -Exit when video is done playing. +@item -noautoexit +Do not exit after playback is finished. @item -exitonkeydown Exit if any key is pressed. @item -exitonmousedown |