]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
Revert the default for ffplay to -noautoexit.
[ffmpeg] / ffplay.c
index 06bccce45e5ab8daa36cb03eb55ffc62c7f08b8d..833b5b12cf43a5451838ffdb59444b76f4b22db9 100644 (file)
--- 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 = 1;
+static int autoexit;
 static int exit_on_keydown;
 static int exit_on_mousedown;
 static int loop = 1;