Commit e3023e90 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/g729postfilter.h: Include acelp_pitch_delay.h

Needed for PITCH_DELAY_MAX.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent e0b4fe0e
......@@ -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"
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment