This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffplay: make autoexit the default
See:
f9bc65e399
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer
11 years ago
parent
f9bc65e399
commit
5732b21884
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffplay.c
+ 1
- 1
ffplay.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save