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:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-09-08 19:51:12 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-09-08 19:51:12 +0400
commit552ce6874c8a6798edb17b685472aebb86381caa (patch)
tree5bea651babd091e9651672fb7897eec6583f05cb /ffplay.c
parent42b4da75b73d79e7323512bcfb7fe32ab0b24178 (diff)
Revert the default for ffplay to -noautoexit.
Reviewed-by: Marton Balint
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 06bccce45e..833b5b12cf 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 = 1;
+static int autoexit;
static int exit_on_keydown;
static int exit_on_mousedown;
static int loop = 1;