From ea2a5dec33dac461f71b1b9845c9fdf537237d44 Mon Sep 17 00:00:00 2001 From: Kurtnoise Date: Fri, 12 Dec 2008 15:55:08 +0000 Subject: matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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 0b657e1004..cf02285dba 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -23,6 +23,7 @@ const CodecTags ff_mkv_codec_tags[]={ {"V_UNCOMPRESSED" , CODEC_ID_RAWVIDEO}, + {"V_DIRAC" , CODEC_ID_DIRAC}, {"V_MPEG4/ISO/ASP" , CODEC_ID_MPEG4}, {"V_MPEG4/ISO/SP" , CODEC_ID_MPEG4}, {"V_MPEG4/ISO/AP" , CODEC_ID_MPEG4}, -- cgit v1.2.3