diff --git a/ffplay.c b/ffplay.c index 833b5b12cf43a5451838ffdb59444b76f4b22db9..06bccce45e5ab8daa36cb03eb55ffc62c7f08b8d 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;