diff g729dec.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 18d5d203ba0c
children 0dce4fe6e6f3
line wrap: on
line diff
--- a/g729dec.c	Fri Oct 24 06:29:05 2008 +0000
+++ b/g729dec.c	Fri Oct 24 21:20:29 2008 +0000
@@ -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"