[xiph-commits] r18077 - trunk/vorbis/lib

giles at svn.xiph.org giles at svn.xiph.org
Thu Sep 1 19:49:00 PDT 2011


Author: giles
Date: 2011-09-01 19:49:00 -0700 (Thu, 01 Sep 2011)
New Revision: 18077

Modified:
   trunk/vorbis/lib/psy.c
Log:
Ifdef out an unused variable.

Corrects a warning on Apple gcc 4.2.


Modified: trunk/vorbis/lib/psy.c
===================================================================
--- trunk/vorbis/lib/psy.c	2011-09-02 02:44:49 UTC (rev 18076)
+++ trunk/vorbis/lib/psy.c	2011-09-02 02:49:00 UTC (rev 18077)
@@ -1020,7 +1020,9 @@
   int limit = g->coupling_pointlimit[p->vi->blockflag][blobno];
   float prepoint=stereo_threshholds[g->coupling_prepointamp[blobno]];
   float postpoint=stereo_threshholds[g->coupling_postpointamp[blobno]];
+#if 0
   float de=0.1*p->m_val; /* a blend of the AoTuV M2 and M3 code here and below */
+#endif
 
   /* mdct is our raw mdct output, floor not removed. */
   /* inout passes in the ifloor, passes back quantized result */



More information about the commits mailing list