summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vpp_qsv.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-02 01:06:25 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-05 21:15:25 +0200
commitef54590f83880ae982f3dd29be7f1f4105f98a85 (patch)
tree57acb882b47c412e3c429e8ad45686cda8366d04 /libavfilter/vf_vpp_qsv.c
parent2678b4f81b6526335a08e12e671b07d0d01a37ce (diff)
downloadffmpeg-ef54590f83880ae982f3dd29be7f1f4105f98a85.tar.gz
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/vf_vpp_qsv.c')
-rw-r--r--libavfilter/vf_vpp_qsv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_vpp_qsv.c b/libavfilter/vf_vpp_qsv.c
index 70bd5310c3..ee9317a49e 100644
--- a/libavfilter/vf_vpp_qsv.c
+++ b/libavfilter/vf_vpp_qsv.c
@@ -25,6 +25,7 @@
#include "libavutil/opt.h"
#include "libavutil/eval.h"
+#include "libavutil/hwcontext.h"
#include "libavutil/pixdesc.h"
#include "libavutil/mathematics.h"