[FFmpeg-devel] [PATCH 15/15] lavf: remove internal CodecMime type

rcombs rcombs at rcombs.me
Wed Sep 9 09:02:17 EEST 2020


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



More information about the ffmpeg-devel mailing list