[Ffmpeg-cvslog] r6240 - trunk/libavformat/mp3.c

michael subversion
Tue Sep 12 16:16:49 CEST 2006


Author: michael
Date: Tue Sep 12 16:16:48 2006
New Revision: 6240

Modified:
   trunk/libavformat/mp3.c

Log:
10l typo


Modified: trunk/libavformat/mp3.c
==============================================================================
--- trunk/libavformat/mp3.c	(original)
+++ trunk/libavformat/mp3.c	Tue Sep 12 16:16:48 2006
@@ -263,7 +263,7 @@
     for(; buf < end; buf++) {
         buf2 = buf;
 
-        for(frames = 0; buf < end; frames++) {
+        for(frames = 0; buf2 < end; frames++) {
             header = (buf2[0] << 24) | (buf2[1] << 16) | (buf2[2] << 8) | buf2[3];
             fsize = mpa_decode_header(&avctx, header);
             if(fsize < 0)




More information about the ffmpeg-cvslog mailing list