mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
@@ -980,7 +980,7 @@ mad_flow MP3ImportFileHandle::FilterCB(struct mad_stream const *stream,
|
||||
}
|
||||
|
||||
// Skip the VBR Scale
|
||||
if (len >= 4 && flags && hasScale)
|
||||
if (len >= 4 && flags & hasScale)
|
||||
{
|
||||
ptr += 4;
|
||||
len -= 4;
|
||||
|
||||
Reference in New Issue
Block a user