Commit 5732b218 authored by Michael Niedermayer's avatar Michael Niedermayer

ffplay: make autoexit the default

See: f9bc65e3Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f9bc65e3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment