summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorKurtnoise <kurtnoise@free.fr>2008-12-12 15:55:08 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-12-12 15:55:08 +0000
commitea2a5dec33dac461f71b1b9845c9fdf537237d44 (patch)
tree40f03d93600f6b08d9cc2715871f4d2a75798e94 /libavformat/matroska.c
parent41b0534a7a445e3ebef893303cba1996db0565f9 (diff)
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)
Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c1
1 files changed, 1 insertions, 0 deletions
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},