[FFmpeg-cvslog] ffplay: make autoexit the default
Michael Niedermayer
git at videolan.org
Sat Sep 6 20:34:35 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Sep 6 20:22:14 2014 +0200| [5732b21884251a3414622f662eb337666f2eb77e] | committer: Michael Niedermayer
ffplay: make autoexit the default
See: f9bc65e399d1883da21ae03d07b09348a11a5f49
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5732b21884251a3414622f662eb337666f2eb77e
---
ffplay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffplay.c b/ffplay.c
index 833b5b1..06bccce 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;
+static int autoexit = 1;
static int exit_on_keydown;
static int exit_on_mousedown;
static int loop = 1;
More information about the ffmpeg-cvslog
mailing list