mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Set APELocation to the beginning of the APE-tag
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@340956 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -538,6 +538,8 @@ void MPEG::File::read(bool readProperties, Properties::ReadStyle propertiesStyle
|
||||
|
||||
d->APEOriginalSize = d->APETag->footer()->completeTagSize();
|
||||
|
||||
d->APELocation = d->APELocation + d->APETag->footer()->size() - d->APEOriginalSize;
|
||||
|
||||
d->hasAPE = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user