[FFmpeg-devel] [PATCH 4/6] avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Tue Mar 22 14:35:09 EET 2022
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavfilter/vf_vpp_qsv.c | 2 --
1 file changed, 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"
--
2.32.0
More information about the ffmpeg-devel
mailing list