瀏覽代碼

nb_celp: drop unused EXTRA_BUFFER define

Caught by -Wunused-macros
Tristan Matthews 6 月之前
父節點
當前提交
e21dea6835
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      libspeex/nb_celp.c

+ 0 - 7
libspeex/nb_celp.c

@@ -93,13 +93,6 @@ static const float exc_gain_quant_scal1[2]={0.70469f, 1.05127f};
 
 #endif
 
-#ifdef VORBIS_PSYCHO
-#define EXTRA_BUFFER 100
-#else
-#define EXTRA_BUFFER 0
-#endif
-
-
 extern const spx_word16_t lag_window[];
 extern const spx_word16_t lpc_window[];