diff lsp.c @ 8048:ecb1962c12f3 libavcodec

Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. patch by Kenan Gillet, kenan.gillet gmail com
author diego
date Fri, 24 Oct 2008 21:20:29 +0000
parents 30d7b2e3a381
children c6e2ffef3797
line wrap: on
line diff
--- a/lsp.c	Fri Oct 24 06:29:05 2008 +0000
+++ b/lsp.c	Fri Oct 24 21:20:29 2008 +0000
@@ -26,7 +26,7 @@
 #define FRAC_BITS 14
 #include "mathops.h"
 #include "lsp.h"
-#include "acelp_math.h"
+#include "celp_math.h"
 
 void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, int lsfq_max, int lp_order)
 {