From 552ce6874c8a6798edb17b685472aebb86381caa Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 8 Sep 2014 17:51:12 +0200 Subject: [PATCH] Revert the default for ffplay to -noautoexit. Reviewed-by: Marton Balint --- Changelog | 1 - RELEASE_NOTES | 1 - ffplay.c | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 1ec2d8c41a..c5185f7eec 100644 --- a/Changelog +++ b/Changelog @@ -14,7 +14,6 @@ version : - 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 diff --git a/ffplay.c b/ffplay.c index 06bccce45e..833b5b12cf 100644 --- a/ffplay.c +++ b/ffplay.c @@ -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;