diff acelp_pitch_delay.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 ff5ef7becd94
children c8743c33eeef
line wrap: on
line diff
--- a/acelp_pitch_delay.c	Fri Oct 24 06:29:05 2008 +0000
+++ b/acelp_pitch_delay.c	Fri Oct 24 21:20:29 2008 +0000
@@ -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)
 {