[Ffmpeg-cvslog] r8446 - trunk/libavformat/isom.c

bcoudurier subversion
Mon Mar 19 00:29:40 CET 2007


Author: bcoudurier
Date: Mon Mar 19 00:29:40 2007
New Revision: 8446

Modified:
   trunk/libavformat/isom.c

Log:
add dnxhd fourcc

Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c	(original)
+++ trunk/libavformat/isom.c	Mon Mar 19 00:29:40 2007
@@ -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 },
 };
 




More information about the ffmpeg-cvslog mailing list