[Bug] Exception when opening come MP3 files
Closed this issue · 2 comments
Drake53 commented
In some files I get an exception in CheckAndSkipId3Tag(), because id3_tag_size (in the example 264182) is larger than the size of _TemporaryBuffer in PushbackStream (4096).
Example file: https://vgmsite.com/soundtracks/la-mulana-remake-original-soundtrack/vxsclqrx/1-03%20Mr.%20Explorer.mp3
ZaneDubya commented
Thanks! I should be able to fix this easily.
ZaneDubya commented
Easy fix in, just need to test it a bit.