changeset 5132:2bdc59f71586 libavformat

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
author kostya
date Tue, 11 Aug 2009 16:43:44 +0000
parents b67312140db0
children 1df917933244
files ape.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ape.c	Mon Aug 10 20:53:32 2009 +0000
+++ b/ape.c	Tue Aug 11 16:43:44 2009 +0000
@@ -158,9 +158,6 @@
         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++)