[FFmpeg-cvslog] Revert the default for ffplay to -noautoexit.
Carl Eugen Hoyos
git at videolan.org
Mon Sep 8 20:15:05 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Sep 8 17:51:12 2014 +0200| [552ce6874c8a6798edb17b685472aebb86381caa] | committer: Carl Eugen Hoyos
Revert the default for ffplay to -noautoexit.
Reviewed-by: Marton Balint
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=552ce6874c8a6798edb17b685472aebb86381caa
---
Changelog | 1 -
RELEASE_NOTES | 1 -
ffplay.c | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/Changelog b/Changelog
index 1ec2d8c..c5185f7 100644
--- a/Changelog
+++ b/Changelog
@@ -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 d5bd6d7..113cc5e 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 06bccce..833b5b1 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;
More information about the ffmpeg-cvslog
mailing list