[Ffmpeg-cvslog] CVS: ffmpeg/libavformat mov.c,1.112,1.113

Michael Niedermayer CVS michael
Sat Feb 18 10:05:09 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv12669

Modified Files:
	mov.c 
Log Message:
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)


Index: mov.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/mov.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- mov.c	18 Feb 2006 09:03:22 -0000	1.112
+++ mov.c	18 Feb 2006 09:05:07 -0000	1.113
@@ -155,6 +155,7 @@
 };
 
 static const CodecTag mov_audio_tags[] = {
+    { CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2') },
     { CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4') },
 /*    { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, *//* uncompressed */
     { CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's') }, /* 16 bits */





More information about the ffmpeg-cvslog mailing list