mirror of
https://github.com/taglib/taglib.git
synced 2026-05-28 09:59:18 -04:00
Use a standard type rather than TagLib::ushort.
This won't break the ABI compatibility.
This commit is contained in:
@@ -253,7 +253,7 @@ void MPC::Properties::readSV8(File *file, long streamLength)
|
||||
break;
|
||||
}
|
||||
|
||||
const ushort flags = data.toUShort(pos, true);
|
||||
const unsigned short flags = data.toUShort(pos, true);
|
||||
pos += 2;
|
||||
|
||||
d->sampleRate = sftable[(flags >> 13) & 0x07];
|
||||
|
||||
Reference in New Issue
Block a user