[FFmpeg-cvslog] r19292 - trunk/libavformat/id3v2.c

michael subversion
Mon Jun 29 20:37:29 CEST 2009


Author: michael
Date: Mon Jun 29 20:37:29 2009
New Revision: 19292

Log:
indent

Modified:
   trunk/libavformat/id3v2.c

Modified: trunk/libavformat/id3v2.c
==============================================================================
--- trunk/libavformat/id3v2.c	Mon Jun 29 20:36:49 2009	(r19291)
+++ trunk/libavformat/id3v2.c	Mon Jun 29 20:37:29 2009	(r19292)
@@ -156,7 +156,7 @@ void ff_id3v2_parse(AVFormatContext *s, 
         if (isv34) {
             tag  = get_be32(s->pb);
             if(version==3){
-            tlen = get_be32(s->pb);
+                tlen = get_be32(s->pb);
             }else
                 tlen = get_size(s->pb, 4);
             get_be16(s->pb); /* flags */



More information about the ffmpeg-cvslog mailing list