diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-16 03:39:05 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-20 21:24:18 +0200 |
commit | 67e957b43a2fdc197018968b0adc2f6a9c04e961 (patch) | |
tree | ee9f557623a9aa33f3f0683e1983fe6a265a1073 /libavformat/matroska.h | |
parent | 3589b3f2e217e78d16a92b372d95ce4a3f7df896 (diff) | |
download | ffmpeg-67e957b43a2fdc197018968b0adc2f6a9c04e961.tar.gz |
avformat/matroska: Move mime_tag lists to matroskadec
They are not used any more by the muxer.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r-- | libavformat/matroska.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h index e177cd027f..6f198f06e6 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -362,8 +362,6 @@ typedef struct CodecTags{ extern const CodecTags ff_mkv_codec_tags[]; extern const CodecTags ff_webm_codec_tags[]; -extern const CodecMime ff_mkv_mime_tags[]; -extern const CodecMime ff_mkv_image_mime_tags[]; extern const AVMetadataConv ff_mkv_metadata_conv[]; extern const char * const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMODE_TYPE_NB]; extern const char * const ff_matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT]; |