comparison 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
comparison
equal deleted inserted replaced
924:f931c9d744a5 925:3673bbab7372
412 #endif /* DEBUG */ 412 #endif /* DEBUG */
413 413
414 /* init mad stuff */ 414 /* init mad stuff */
415 mad_frame_init(&frame); 415 mad_frame_init(&frame);
416 mad_stream_init(&stream); 416 mad_stream_init(&stream);
417 mad_stream_options(&stream, MAD_OPTION_IGNORECRC);
417 mad_synth_init(&synth); 418 mad_synth_init(&synth);
418 419
419 if(!info->playback){ 420 if(!info->playback){
420 #ifdef DEBUG 421 #ifdef DEBUG
421 g_message("decode: playback == NULL"); 422 g_message("decode: playback == NULL");