[Ffmpeg-cvslog] CVS: ffmpeg/libavformat mov.c,1.131,1.132
Baptiste Coudurier CVS
bcoudurier
Fri Mar 24 16:25:45 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv26800/libavformat
Modified Files:
mov.c
Log Message:
vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp
Index: mov.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/mov.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- mov.c 23 Mar 2006 12:11:51 -0000 1.131
+++ mov.c 24 Mar 2006 15:25:43 -0000 1.132
@@ -94,7 +94,7 @@
{ CODEC_ID_MP2 , 107 },
{ CODEC_ID_MJPEG , 108 },
{ CODEC_ID_PCM_S16LE , 224 },
- { CODEC_ID_VORBIS , 225 },
+ { CODEC_ID_VORBIS , 221 },
{ CODEC_ID_AC3 , 226 },
{ CODEC_ID_PCM_ALAW , 227 },
{ CODEC_ID_PCM_MULAW , 228 },
More information about the ffmpeg-cvslog
mailing list