diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-18 23:29:40 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-18 23:29:40 +0000 |
commit | c06136e02417098b45e447ef665ee2cc72a60a4a (patch) | |
tree | 32876af951b9701b8f417faacb5699f5645a2d87 /libavformat | |
parent | 52b6bad21992e71dd92e3a91522acf1525a76307 (diff) | |
download | ffmpeg-c06136e02417098b45e447ef665ee2cc72a60a4a.tar.gz |
add dnxhd fourcc
Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.c | 2 |
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 }, }; |