diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-08 17:51:12 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-08 17:51:12 +0200 |
commit | 552ce6874c8a6798edb17b685472aebb86381caa (patch) | |
tree | 5bea651babd091e9651672fb7897eec6583f05cb | |
parent | 42b4da75b73d79e7323512bcfb7fe32ab0b24178 (diff) | |
download | ffmpeg-552ce6874c8a6798edb17b685472aebb86381caa.tar.gz |
Revert the default for ffplay to -noautoexit.
Reviewed-by: Marton Balint
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | RELEASE_NOTES | 1 | ||||
-rw-r--r-- | ffplay.c | 2 |
3 files changed, 1 insertions, 3 deletions
@@ -14,7 +14,6 @@ version <next>: - Matroska 3D support thorugh side data - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any - silenceremove filter -- ffplay now exits by default at the end of playback version 2.3: diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d5bd6d75cf..113cc5e97d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -59,4 +59,3 @@ • libmodplug is now detected through pkg-config • HTML documentation generation through texi2html is deprecated in favor of makeinfo/texi2any - • ffplay now exits by default at the end of playback @@ -311,7 +311,7 @@ static int fast = 0; static int genpts = 0; static int lowres = 0; static int decoder_reorder_pts = -1; -static int autoexit = 1; +static int autoexit; static int exit_on_keydown; static int exit_on_mousedown; static int loop = 1; |