diff options
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |