diff src/madplug/decoder.c @ 925:3673bbab7372 trunk

[svn] - make madplug ignore crc error. closes #884.
author yaz
date Mon, 09 Apr 2007 03:51:00 -0700
parents f931c9d744a5
children b2fbf53360cf
line wrap: on
line diff
--- a/src/madplug/decoder.c	Mon Apr 09 03:21:02 2007 -0700
+++ b/src/madplug/decoder.c	Mon Apr 09 03:51:00 2007 -0700
@@ -414,6 +414,7 @@
     /* init mad stuff */
     mad_frame_init(&frame);
     mad_stream_init(&stream);
+    mad_stream_options(&stream, MAD_OPTION_IGNORECRC);
     mad_synth_init(&synth);
 
     if(!info->playback){