diff options
Diffstat (limited to 'lib/ffmpeg/libavformat/matroska.c')
-rw-r--r-- | lib/ffmpeg/libavformat/matroska.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ffmpeg/libavformat/matroska.c b/lib/ffmpeg/libavformat/matroska.c index 52481d7556..2f5b6178c2 100644 --- a/lib/ffmpeg/libavformat/matroska.c +++ b/lib/ffmpeg/libavformat/matroska.c @@ -90,6 +90,7 @@ const CodecMime ff_mkv_mime_tags[] = { {"image/tiff" , CODEC_ID_TIFF}, {"application/x-truetype-font", CODEC_ID_TTF}, {"application/x-font" , CODEC_ID_TTF}, + {"application/vnd.ms-opentype", CODEC_ID_OTF}, {"" , CODEC_ID_NONE} }; |