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
This commit is contained in:
parent
ffd38d8b64
commit
22667e40be
@ -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…
x
Reference in New Issue
Block a user