Update of /cvsroot/audacity/lib-src/libmad
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv19875

Modified Files:
        layer12.c 
Log Message:
Import some MP2 files, although they are out of spec

Index: layer12.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libmad/layer12.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- layer12.c   12 Sep 2005 07:01:30 -0000      1.2
+++ layer12.c   19 Oct 2006 10:44:19 -0000      1.3
@@ -363,6 +363,7 @@
 # endif
     }
     else {  /* nch == 1 */
+#if 0 /* relax restriction, those files do import fine! */
       if (bitrate_per_channel > 192000) {
        /*
         * ISO/IEC 11172-3 does not allow single channel mode for 224, 256,
@@ -371,6 +372,7 @@
        stream->error = MAD_ERROR_BADMODE;
        return -1;
       }
+#endif
     }
 
     if (bitrate_per_channel <= 48000)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to