cog/Plugins/MAD
Christopher Snowhill a978dfbf5a MAD Decoder: Fix MP3 decoding crash
There was a stupid bug in the previous commit I made, which caused local
or seekable MP3 files to crash the player on decode. This fixes that, by
checking that a packet has actually been decoded before touching the
packet info structures. Dumb, dumb, dumb error on my part.

Fixes #244

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-26 04:26:12 -08:00
..
MAD.xcodeproj Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
MADDecoder.h Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
MADDecoder.m MAD Decoder: Fix MP3 decoding crash 2022-02-26 04:26:12 -08:00