summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vpp_qsv.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-22 12:27:54 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-23 23:45:38 +0100
commitef92c352e75f04fedbf77d2d651cee410796cac8 (patch)
tree7775efa67aa950f4d0cbcc94558bfc03d010368f /libavfilter/vf_vpp_qsv.c
parenta9cc4134968d0de1eacc337543aba27305b6341b (diff)
downloadffmpeg-ef92c352e75f04fedbf77d2d651cee410796cac8.tar.gz
avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vf_vpp_qsv.c')
-rw-r--r--libavfilter/vf_vpp_qsv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_vpp_qsv.c b/libavfilter/vf_vpp_qsv.c
index 5c96703fd3..cfe343822b 100644
--- a/libavfilter/vf_vpp_qsv.c
+++ b/libavfilter/vf_vpp_qsv.c
@@ -34,8 +34,6 @@
#include "internal.h"
#include "avfilter.h"
#include "filters.h"
-#include "libavcodec/avcodec.h"
-#include "libavformat/avformat.h"
#include "qsvvpp.h"
#include "transpose.h"