Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-09-06 22:22:14 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-09-06 22:24:59 +0400
commit5732b21884251a3414622f662eb337666f2eb77e (patch)
tree4ed73327c705ba45130d49c7aa491a05fc81c559 /ffplay.c
parentf9bc65e399d1883da21ae03d07b09348a11a5f49 (diff)
ffplay: make autoexit the default
See: f9bc65e399d1883da21ae03d07b09348a11a5f49 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
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;