summaryrefslogtreecommitdiff
path: root/libavcodec/lsp.c
diff options
context:
space:
mode:
authorKenan Gillet <kenan.gillet@gmail.com>2008-10-24 21:20:29 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-24 21:20:29 +0000
commit60c25a4beb1d0df699104ecb8a536d9a09703d2f (patch)
treecde8baa195578bc38a09164b80121792fa8cb77f /libavcodec/lsp.c
parentf96d0eef53485202b3c4c8e4d973567c83dcf851 (diff)
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lsp.c')
-rw-r--r--libavcodec/lsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lsp.c b/libavcodec/lsp.c
index 44b3a3f099..d2785f7183 100644
--- a/libavcodec/lsp.c
+++ b/libavcodec/lsp.c
@@ -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)
{