diff options
author | Sébastien Brochet <blinkseb@xbmc.org> | 2012-09-09 11:00:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-10 17:08:18 +0200 |
commit | e14725cecc1941f5b87209b8846dbea34b64a3c1 (patch) | |
tree | 66a7a21c9955aeceea240d7198682e2936519185 /libavformat/matroska.c | |
parent | 41dba453f9d164d1aebfea255686e5d267ac118a (diff) | |
download | ffmpeg-e14725cecc1941f5b87209b8846dbea34b64a3c1.tar.gz |
add OTF support for attachments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r-- | libavformat/matroska.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c index b016491018..e13acff4f8 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -93,6 +93,7 @@ const CodecMime ff_mkv_mime_tags[] = { {"image/tiff" , AV_CODEC_ID_TIFF}, {"application/x-truetype-font", AV_CODEC_ID_TTF}, {"application/x-font" , AV_CODEC_ID_TTF}, + {"application/vnd.ms-opentype", AV_CODEC_ID_OTF}, {"" , AV_CODEC_ID_NONE} }; |