diff options
author | Kurtnoise | 2008-12-12 15:55:08 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2008-12-12 15:55:08 +0000 |
commit | ea2a5dec33dac461f71b1b9845c9fdf537237d44 (patch) | |
tree | 40f03d93600f6b08d9cc2715871f4d2a75798e94 | |
parent | 41b0534a7a445e3ebef893303cba1996db0565f9 (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
-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 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}, |