diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-06 20:22:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-06 20:24:59 +0200 |
commit | 5732b21884251a3414622f662eb337666f2eb77e (patch) | |
tree | 4ed73327c705ba45130d49c7aa491a05fc81c559 | |
parent | f9bc65e399d1883da21ae03d07b09348a11a5f49 (diff) | |
download | ffmpeg-5732b21884251a3414622f662eb337666f2eb77e.tar.gz |
ffplay: make autoexit the default
See: f9bc65e399d1883da21ae03d07b09348a11a5f49
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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; +static int autoexit = 1; static int exit_on_keydown; static int exit_on_mousedown; static int loop = 1; |