You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavf/matroskadec: stop mapping text/plain attachments to AV_CODEC_ID_TEXT
There is no reason to think that an attachment will contain text subtitles. Furthermore, attachments are exported in extradata, so the AV_CODEC_ID_TEXT decoder would not do anything useful with them anyway.
This commit is contained in:
@@ -806,7 +806,6 @@ static const CodecMime mkv_image_mime_tags[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const CodecMime mkv_mime_tags[] = {
|
static const CodecMime mkv_mime_tags[] = {
|
||||||
{"text/plain" , AV_CODEC_ID_TEXT},
|
|
||||||
{"application/x-truetype-font", AV_CODEC_ID_TTF},
|
{"application/x-truetype-font", AV_CODEC_ID_TTF},
|
||||||
{"application/x-font" , AV_CODEC_ID_TTF},
|
{"application/x-font" , AV_CODEC_ID_TTF},
|
||||||
{"application/vnd.ms-opentype", AV_CODEC_ID_OTF},
|
{"application/vnd.ms-opentype", AV_CODEC_ID_OTF},
|
||||||
|
Reference in New Issue
Block a user