You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Revert the default for ffplay to -noautoexit.
Reviewed-by: Marton Balint
This commit is contained in:
@@ -14,7 +14,6 @@ version <next>:
|
|||||||
- Matroska 3D support thorugh side data
|
- Matroska 3D support thorugh side data
|
||||||
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
|
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
|
||||||
- silenceremove filter
|
- silenceremove filter
|
||||||
- ffplay now exits by default at the end of playback
|
|
||||||
|
|
||||||
|
|
||||||
version 2.3:
|
version 2.3:
|
||||||
|
@@ -59,4 +59,3 @@
|
|||||||
• libmodplug is now detected through pkg-config
|
• libmodplug is now detected through pkg-config
|
||||||
• HTML documentation generation through texi2html is deprecated in
|
• HTML documentation generation through texi2html is deprecated in
|
||||||
favor of makeinfo/texi2any
|
favor of makeinfo/texi2any
|
||||||
• ffplay now exits by default at the end of playback
|
|
||||||
|
2
ffplay.c
2
ffplay.c
@@ -311,7 +311,7 @@ static int fast = 0;
|
|||||||
static int genpts = 0;
|
static int genpts = 0;
|
||||||
static int lowres = 0;
|
static int lowres = 0;
|
||||||
static int decoder_reorder_pts = -1;
|
static int decoder_reorder_pts = -1;
|
||||||
static int autoexit = 1;
|
static int autoexit;
|
||||||
static int exit_on_keydown;
|
static int exit_on_keydown;
|
||||||
static int exit_on_mousedown;
|
static int exit_on_mousedown;
|
||||||
static int loop = 1;
|
static int loop = 1;
|
||||||
|
Reference in New Issue
Block a user