Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenan Gillet <kenan.gillet@gmail.com>2008-10-25 01:20:29 +0400
committerDiego Biurrun <diego@biurrun.de>2008-10-25 01:20:29 +0400
commit60c25a4beb1d0df699104ecb8a536d9a09703d2f (patch)
treecde8baa195578bc38a09164b80121792fa8cb77f /libavcodec/g729dec.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/g729dec.c')
-rw-r--r--libavcodec/g729dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c
index 6bd814f478..5a0bd16df0 100644
--- a/libavcodec/g729dec.c
+++ b/libavcodec/g729dec.c
@@ -32,7 +32,7 @@
#include "g729.h"
#include "lsp.h"
-#include "acelp_math.h"
+#include "celp_math.h"
#include "acelp_filters.h"
#include "acelp_pitch_delay.h"
#include "acelp_vectors.h"