diff options
Diffstat (limited to 'src/mp3_decode.c')
-rw-r--r-- | src/mp3_decode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mp3_decode.c b/src/mp3_decode.c index 1b83f6eed..9e19dbbda 100644 --- a/src/mp3_decode.c +++ b/src/mp3_decode.c @@ -154,6 +154,7 @@ int initMp3DecodeData(mp3DecodeData * data, char * file) { data->flush = 1; mad_stream_init(&data->stream); + data->stream.options |= MAD_OPTION_IGNORECRC; mad_frame_init(&data->frame); mad_synth_init(&data->synth); mad_timer_reset(&data->timer); |