Commit 9e2cec83 authored by bcoudurier's avatar bcoudurier

add dnxhd fourcc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8446 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 88522bea
......@@ -120,6 +120,8 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
{ CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
{ 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