[FFmpeg-cvslog] avcodec/g729postfilter.h: Include acelp_pitch_delay.h
Andreas Rheinhardt
git at videolan.org
Thu Jul 22 17:56:23 EEST 2021
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Jun 13 15:44:20 2021 +0200| [e3023e901524d1f9f59167962ee47672e61c2bc9] | committer: Andreas Rheinhardt
avcodec/g729postfilter.h: Include acelp_pitch_delay.h
Needed for PITCH_DELAY_MAX.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3023e901524d1f9f59167962ee47672e61c2bc9
---
libavcodec/g729postfilter.c | 1 -
libavcodec/g729postfilter.h | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/g729postfilter.c b/libavcodec/g729postfilter.c
index 617744ec8e..125a4095f8 100644
--- a/libavcodec/g729postfilter.c
+++ b/libavcodec/g729postfilter.c
@@ -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"
diff --git a/libavcodec/g729postfilter.h b/libavcodec/g729postfilter.h
index 5c2aaf235b..69815341ed 100644
--- a/libavcodec/g729postfilter.h
+++ b/libavcodec/g729postfilter.h
@@ -22,6 +22,7 @@
#define AVCODEC_G729POSTFILTER_H
#include <stdint.h>
+#include "acelp_pitch_delay.h"
#include "audiodsp.h"
/**
More information about the ffmpeg-cvslog
mailing list