summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-18 23:29:40 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-18 23:29:40 +0000
commitc06136e02417098b45e447ef665ee2cc72a60a4a (patch)
tree32876af951b9701b8f417faacb5699f5645a2d87 /libavformat/isom.c
parent52b6bad21992e71dd92e3a91522acf1525a76307 (diff)
add dnxhd fourcc
Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 2 insertions, 0 deletions
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 },
};