From: Michael Niedermayer Date: Sat, 6 Sep 2014 18:22:14 +0000 (+0200) Subject: ffplay: make autoexit the default X-Git-Tag: android-x86-6.0-r1~3210 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5732b21884251a3414622f662eb337666f2eb77e;p=android-x86%2Fexternal-ffmpeg.git ffplay: make autoexit the default See: f9bc65e399d1883da21ae03d07b09348a11a5f49 Signed-off-by: Michael Niedermayer --- diff --git a/ffplay.c b/ffplay.c index 833b5b12cf..06bccce45e 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;