[xiph-commits] r14210 - in trunk/speex: include/speex libspeex

jm at svn.xiph.org jm at svn.xiph.org
Wed Nov 21 19:24:18 PST 2007


Author: jm
Date: 2007-11-21 19:24:18 -0800 (Wed, 21 Nov 2007)
New Revision: 14210

Modified:
   trunk/speex/include/speex/speex.h
   trunk/speex/libspeex/nb_celp.c
Log:
removing useless stuff


Modified: trunk/speex/include/speex/speex.h
===================================================================
--- trunk/speex/include/speex/speex.h	2007-11-21 11:23:41 UTC (rev 14209)
+++ trunk/speex/include/speex/speex.h	2007-11-22 03:24:18 UTC (rev 14210)
@@ -212,11 +212,6 @@
 /** modeID for the defined ultra-wideband mode */
 #define SPEEX_MODEID_UWB 2
 
-#ifdef EPIC_48K
-/** modeID for the Epic 48K mode */
-#define SPEEX_MODEID_NB_48K 1000
-#endif
-
 struct SpeexMode;
 
 

Modified: trunk/speex/libspeex/nb_celp.c
===================================================================
--- trunk/speex/libspeex/nb_celp.c	2007-11-21 11:23:41 UTC (rev 14209)
+++ trunk/speex/libspeex/nb_celp.c	2007-11-22 03:24:18 UTC (rev 14210)
@@ -197,7 +197,6 @@
    st->abr_enabled = 0;
    st->abr_drift = 0;
    st->abr_drift2 = 0;
-   st->abr_drift = 0;
 #endif /* #ifndef DISABLE_VBR */
 
    st->plc_tuning = 2;



More information about the commits mailing list