diff options
author | Carl Eugen Hoyos | 2014-09-08 17:51:12 +0200 |
---|---|---|
committer | Carl Eugen Hoyos | 2014-09-08 17:51:12 +0200 |
commit | 552ce6874c8a6798edb17b685472aebb86381caa (patch) | |
tree | 5bea651babd091e9651672fb7897eec6583f05cb /ffplay.c | |
parent | 42b4da75b73d79e7323512bcfb7fe32ab0b24178 (diff) |
Revert the default for ffplay to -noautoexit.
Reviewed-by: Marton Balint
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |