avcodec/g729postfilter.h: Include acelp_pitch_delay.h

Needed for PITCH_DELAY_MAX.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/360/head
Andreas Rheinhardt 4 years ago
parent e0b4fe0efa
commit e3023e9015
  1. 1
      libavcodec/g729postfilter.c
  2. 1
      libavcodec/g729postfilter.h

@ -23,7 +23,6 @@
#include "avcodec.h"
#include "g729.h"
#include "acelp_pitch_delay.h"
#include "g729postfilter.h"
#include "celp_math.h"
#include "acelp_filters.h"

@ -22,6 +22,7 @@
#define AVCODEC_G729POSTFILTER_H
#include <stdint.h>
#include "acelp_pitch_delay.h"
#include "audiodsp.h"
/**

Loading…
Cancel
Save