Commit c06136e0 authored by Baptiste Coudurier's avatar Baptiste Coudurier

add dnxhd fourcc

Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 52b6bad2
...@@ -120,6 +120,8 @@ const AVCodecTag codec_movvideo_tags[] = { ...@@ -120,6 +120,8 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */ { CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
{ CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
{ CODEC_ID_NONE, 0 }, { CODEC_ID_NONE, 0 },
}; };
......
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