diff options
author | Kenan Gillet <kenan.gillet@gmail.com> | 2008-10-24 21:20:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-24 21:20:29 +0000 |
commit | 60c25a4beb1d0df699104ecb8a536d9a09703d2f (patch) | |
tree | cde8baa195578bc38a09164b80121792fa8cb77f /libavcodec/acelp_pitch_delay.c | |
parent | f96d0eef53485202b3c4c8e4d973567c83dcf851 (diff) | |
download | ffmpeg-60c25a4beb1d0df699104ecb8a536d9a09703d2f.tar.gz |
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/acelp_pitch_delay.c')
-rw-r--r-- | libavcodec/acelp_pitch_delay.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |