fftools/ffmpeg: drop unused OSTFinished

This commit is contained in:
Anton Khirnov 2024-09-24 10:26:22 +02:00
parent 64f3feb849
commit c27b1e6c59

View File

@ -541,11 +541,6 @@ typedef struct EncStats {
extern const char *const forced_keyframes_const_names[];
typedef enum {
ENCODER_FINISHED = 1,
MUXER_FINISHED = 2,
} OSTFinished ;
enum {
KF_FORCE_SOURCE = 1,
#if FFMPEG_OPT_FORCE_KF_SOURCE_NO_DROP