mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
parent
db5a988e7f
commit
795c097ea9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user