Commit 548f5751 authored by aurel's avatar aurel

matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16080 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6ccf0cd1
......@@ -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},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment