[FFmpeg-devel] [RFC]Revert the default for ffplay to -noautoexit

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Sep 7 22:39:27 CEST 2014


Hi!

I have no strong opinion on this but I wonder if ffplay isn't primarily 
a test application for which it is very useful not to exit.

Please comment, Carl Eugen
-------------- next part --------------
diff --git a/ffplay.c b/ffplay.c
index 06bccce..833b5b1 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 = 1;
+static int autoexit;
 static int exit_on_keydown;
 static int exit_on_mousedown;
 static int loop = 1;


More information about the ffmpeg-devel mailing list