From 60c25a4beb1d0df699104ecb8a536d9a09703d2f Mon Sep 17 00:00:00 2001 From: Kenan Gillet Date: Fri, 24 Oct 2008 21:20:29 +0000 Subject: 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 --- libavcodec/acelp_pitch_delay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/acelp_pitch_delay.c') diff --git a/libavcodec/acelp_pitch_delay.c b/libavcodec/acelp_pitch_delay.c index 0746588a22..3db5ea3b20 100644 --- a/libavcodec/acelp_pitch_delay.c +++ b/libavcodec/acelp_pitch_delay.c @@ -22,7 +22,7 @@ #include "avcodec.h" #include "acelp_pitch_delay.h" -#include "acelp_math.h" +#include "celp_math.h" int ff_acelp_decode_8bit_to_1st_delay3(int ac_index) { -- cgit v1.2.3