From 5732b21884251a3414622f662eb337666f2eb77e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 6 Sep 2014 20:22:14 +0200 Subject: ffplay: make autoexit the default See: f9bc65e399d1883da21ae03d07b09348a11a5f49 Signed-off-by: Michael Niedermayer --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3