avcodec/g729postfilter.h: Include acelp_pitch_delay.h

Needed for PITCH_DELAY_MAX.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-06-13 15:44:20 +02:00
parent e0b4fe0efa
commit e3023e9015
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

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