[xiph-commits] r12696 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Thu Mar 8 21:57:10 PST 2007


Author: jm
Date: 2007-03-08 21:57:08 -0800 (Thu, 08 Mar 2007)
New Revision: 12696

Modified:
   trunk/speex/libspeex/resample.c
Log:
quality_map should be local as well


Modified: trunk/speex/libspeex/resample.c
===================================================================
--- trunk/speex/libspeex/resample.c	2007-03-09 04:19:06 UTC (rev 12695)
+++ trunk/speex/libspeex/resample.c	2007-03-09 05:57:08 UTC (rev 12696)
@@ -197,7 +197,7 @@
       by the sinusoids/noise just below the Nyquist rate (guaranteed only for
       up-sampling).
 */
-const struct QualityMapping quality_map[11] = {
+static const struct QualityMapping quality_map[11] = {
    {  8,  4, 0.830f, 0.860f, KAISER6 }, /* Q0 */
    { 16,  4, 0.850f, 0.880f, KAISER6 }, /* Q1 */
    { 32,  4, 0.882f, 0.910f, KAISER6 }, /* Q2 */  /* 82.3% cutoff ( ~60 dB stop) 6  */



More information about the commits mailing list