From c06136e02417098b45e447ef665ee2cc72a60a4a Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 18 Mar 2007 23:29:40 +0000 Subject: [PATCH] add dnxhd fourcc Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/isom.c b/libavformat/isom.c index 92bba56536..14d81b2e72 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -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 }, };