[FFmpeg-cvslog] r14151 - trunk/libavformat/riff.c

benoit subversion
Thu Jul 10 13:41:06 CEST 2008


Author: benoit
Date: Thu Jul 10 13:41:06 2008
New Revision: 14151

Log:
Add entry for Dirac codec.
Patch by Anuradha Suraparaju anuradha rd bbc co uk


Modified:
   trunk/libavformat/riff.c

Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Thu Jul 10 13:41:06 2008
@@ -160,6 +160,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_VMNC,         MKTAG('V', 'M', 'n', 'c') },
     { CODEC_ID_TARGA,        MKTAG('t', 'g', 'a', ' ') },
     { CODEC_ID_CLJR,         MKTAG('c', 'l', 'j', 'r') },
+    { CODEC_ID_DIRAC,        MKTAG('d', 'r', 'a', 'c') },
     { CODEC_ID_NONE,         0 }
 };
 




More information about the ffmpeg-cvslog mailing list