Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / libavcodec / g729postfilter.h
index 5239fc8..89e3e40 100644 (file)
@@ -22,7 +22,7 @@
 #define FFMPEG_G729POSTFILTER_H
 
 #include <stdint.h>
-#include "dsputil.h"
+#include "audiodsp.h"
 
 /**
  * tilt compensation factor (G.729, k1>0)
@@ -94,7 +94,7 @@
  *   Short-term postfilter (4.2.2).
  *   Tilt-compensation (4.2.3)
  */
-void ff_g729_postfilter(DSPContext *dsp, int16_t* ht_prev_data, int* voicing,
+void ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing,
                      const int16_t *lp_filter_coeffs, int pitch_delay_int,
                      int16_t* residual, int16_t* res_filter_data,
                      int16_t* pos_filter_data, int16_t *speech,