[FFmpeg-cvslog] r19627 - trunk/libavformat/ape.c

kostya subversion
Tue Aug 11 18:43:45 CEST 2009


Author: kostya
Date: Tue Aug 11 18:43:44 2009
New Revision: 19627

Log:
Remove incorrect APE tag size adjustment based on flags.
Patch by Matti Hamalainen (mhamalai <luona> students <piste> oamk <piste> fi)
Thread: [PATCH] 1/6 Remove incorrect APE tag size adjustment based on flags

Modified:
   trunk/libavformat/ape.c

Modified: trunk/libavformat/ape.c
==============================================================================
--- trunk/libavformat/ape.c	Tue Aug 11 18:18:55 2009	(r19626)
+++ trunk/libavformat/ape.c	Tue Aug 11 18:43:44 2009	(r19627)
@@ -158,9 +158,6 @@ static void ape_parse_tag(AVFormatContex
         return;
     }
 
-    if (val & APE_TAG_FLAG_CONTAINS_HEADER)
-        tag_bytes += 2*APE_TAG_FOOTER_BYTES;
-
     url_fseek(pb, file_size - tag_bytes, SEEK_SET);
 
     for (i=0; i<fields; i++)



More information about the ffmpeg-cvslog mailing list