Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-02 02:06:25 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-05 22:15:25 +0300
commitef54590f83880ae982f3dd29be7f1f4105f98a85 (patch)
tree57acb882b47c412e3c429e8ad45686cda8366d04 /libavfilter/af_ashowinfo.c
parent2678b4f81b6526335a08e12e671b07d0d01a37ce (diff)
avfilter/internal: Don't include libavcodec/(avcodec|internal).h
The reasons for including them don't exist any longer: ff_tlog() has been moved to libavutil/internal.h and FF_QSCALE_TYPE_* has been moved to qp_table.h. Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/af_ashowinfo.c')
-rw-r--r--libavfilter/af_ashowinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/af_ashowinfo.c b/libavfilter/af_ashowinfo.c
index db8aa029c4..72d795f8ee 100644
--- a/libavfilter/af_ashowinfo.c
+++ b/libavfilter/af_ashowinfo.c
@@ -37,6 +37,8 @@
#include "libavutil/timestamp.h"
#include "libavutil/samplefmt.h"
+#include "libavcodec/defs.h"
+
#include "audio.h"
#include "avfilter.h"
#include "internal.h"