提交 ea2a5dec 编写于 作者: K Kurtnoise 提交者: Aurelien Jacobs

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

Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 41b0534a
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册