Browse code

Merge commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce'

* commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce':
avplay: Exit by default at the end of playback

Conflicts:
Changelog
ffplay.c

Changes to ffplay not merged as they would break -autoexit as a way to override -noautoexit,
the change of the default will be implemented in the next commit

Merged-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/09/07 03:20:44
Showing 2 changed files
... ...
@@ -14,6 +14,7 @@ version <next>:
14 14
 - Matroska 3D support thorugh side data
15 15
 - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
16 16
 - silenceremove filter
17
+- ffplay now exits by default at the end of playback
17 18
 
18 19
 
19 20
 version 2.3:
... ...
@@ -142,8 +142,8 @@ Select the desired subtitle stream number, counting from 0. The number
142 142
 refers to the list of all the input subtitle streams. If it is greater
143 143
 than the number of subtitle streams minus one, then the last one is
144 144
 selected, if it is negative the subtitle rendering is disabled.
145
-@item -autoexit
146
-Exit when video is done playing.
145
+@item -noautoexit
146
+Do not exit after playback is finished.
147 147
 @item -exitonkeydown
148 148
 Exit if any key is pressed.
149 149
 @item -exitonmousedown