Commit c37445ae authored by kostya's avatar kostya

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



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19627 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 24eb58bd
......@@ -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++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment