OSDN Git Service

ffplay: make autoexit the default
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Sep 2014 18:22:14 +0000 (20:22 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Sep 2014 18:24:59 +0000 (20:24 +0200)
See: f9bc65e399d1883da21ae03d07b09348a11a5f49
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffplay.c

index 833b5b1..06bccce 100644 (file)
--- 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;