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
Revert the default for ffplay to -noautoexit.
Reviewed-by: Marton Balint
tags/n2.4
Carl Eugen Hoyos
11 years ago
parent
42b4da75b7
commit
552ce6874c
3 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Changelog
+0
-1
RELEASE_NOTES
+1
-1
ffplay.c
+ 0
- 1
Changelog
View File
@@ -14,7 +14,6 @@ version <next>:
- Matroska 3D support thorugh side data
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
- silenceremove filter
- ffplay now exits by default at the end of playback
version 2.3:
+ 0
- 1
RELEASE_NOTES
View File
@@ -59,4 +59,3 @@
• libmodplug is now detected through pkg-config
• HTML documentation generation through texi2html is deprecated in
favor of makeinfo/texi2any
• ffplay now exits by default at the end of playback
+ 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
= 1
;
static int autoexit;
static int exit_on_keydown;
static int exit_on_mousedown;
static int loop = 1;
Write
Preview
Loading…
Cancel
Save