X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffplay.c;h=06bccce45e5ab8daa36cb03eb55ffc62c7f08b8d;hb=1a59a288380ab208914c5e8d94f688a6f75954ae;hp=833b5b12cf43a5451838ffdb59444b76f4b22db9;hpb=7771daaea7d524e97fe37ad604b67ba859635791;p=ffmpeg diff --git a/ffplay.c b/ffplay.c index 833b5b12cf4..06bccce45e5 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;