ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Tue Sep 24 10:26:22 2024 +0200| [c27b1e6c594f853b287daf5daee65ac02d6e267b] | committer: Anton Khirnov
fftools/ffmpeg: drop unused OSTFinished > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c27b1e6c594f853b287daf5daee65ac02d6e267b --- fftools/ffmpeg.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index c796de19f5..0f5809b752 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".