These use the global codec descriptor registry now. --- libavformat/internal.h | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/libavformat/internal.h b/libavformat/internal.h index 17a6ab07d3..7ae8142e5b 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -44,11 +44,6 @@ typedef struct AVCodecTag { unsigned int tag; } AVCodecTag; -typedef struct CodecMime{ - char str[32]; - enum AVCodecID id; -} CodecMime; - /*************************************************/ /* fractional numbers for exact pts handling */ -- 2.27.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".