Browse Source

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

Originally committed as revision 19627 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Matti Hamalainen Kostya Shishkov 16 years ago
parent
commit
22667e40be
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/ape.c

+ 0
- 3
libavformat/ape.c View File

@@ -158,9 +158,6 @@ static void ape_parse_tag(AVFormatContext *s)
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++)


Loading…
Cancel
Save