mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 06:16:59 +00:00
fftools/ffmpeg: drop unused OSTFinished
This commit is contained in:
parent
64f3feb849
commit
c27b1e6c59
@ -541,11 +541,6 @@ typedef struct EncStats {
|
|||||||
|
|
||||||
extern const char *const forced_keyframes_const_names[];
|
extern const char *const forced_keyframes_const_names[];
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
ENCODER_FINISHED = 1,
|
|
||||||
MUXER_FINISHED = 2,
|
|
||||||
} OSTFinished ;
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
KF_FORCE_SOURCE = 1,
|
KF_FORCE_SOURCE = 1,
|
||||||
#if FFMPEG_OPT_FORCE_KF_SOURCE_NO_DROP
|
#if FFMPEG_OPT_FORCE_KF_SOURCE_NO_DROP
|
||||||
|
Loading…
Reference in New Issue
Block a user