ffplay: make autoexit the default

See: f9bc65e399
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/88/head
Michael Niedermayer 10 years ago
parent f9bc65e399
commit 5732b21884
  1. 2
      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;

Loading…
Cancel
Save