From e14725cecc1941f5b87209b8846dbea34b64a3c1 Mon Sep 17 00:00:00 2001 From: Sébastien Brochet Date: Sun, 9 Sep 2012 11:00:27 +0200 Subject: add OTF support for attachments Signed-off-by: Michael Niedermayer --- libavformat/matroska.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/matroska.c') 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} }; -- cgit v1.2.3