mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 04:54:19 -04:00
Hmm. Actually assign the flag here. Thanks to Dirk for catching this.
BUG:130754 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@579077 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -239,6 +239,7 @@ void MPEG::Header::parse(const ByteVector &data)
|
||||
|
||||
d->isOriginal = flags[2];
|
||||
d->isCopyrighted = flags[3];
|
||||
d->isPadded = flags[9];
|
||||
|
||||
// Calculate the frame length
|
||||
|
||||
|
Reference in New Issue
Block a user