1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Bug 2484 - OPUS import fails

This commit is contained in:
Leland Lucius
2020-06-16 09:05:29 -05:00
parent 456177a66d
commit 3276234ae8

View File

@@ -538,6 +538,7 @@ bool MP3ImportFileHandle::CheckMP3()
if (i)
{
wxLogMessage(wxT("Skipped %d bytes while searching for first MP3 frame."), i);
return false;
}
return true;