Browse Source

add dnxhd fourcc

Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 18 years ago
parent
commit
c06136e024
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/isom.c

+ 2
- 0
libavformat/isom.c View File

@@ -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 },
};



Loading…
Cancel
Save