changeset 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 fa7f7cd029af
files ChangeLog src/madplug/decoder.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 09 03:21:02 2007 -0700
+++ b/ChangeLog	Mon Apr 09 03:51:00 2007 -0700
@@ -1,3 +1,12 @@
+2007-04-09 10:21:02 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1976]
+  -adjust size of variable in dither code.
+  
+  trunk/src/madplug/decoder.c |    2 +-
+  trunk/src/madplug/dither.c  |    6 +++---
+  2 files changed, 4 insertions(+), 4 deletions(-)
+
+
 2007-04-09 09:26:28 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [1974]
   - replace SSE2 detection macro.
--- 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){