diff mbox series

[FFmpeg-devel,4/6] avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers

Message ID AS1PR01MB95640DF406C5C670A4AF694C8F179@AS1PR01MB9564.eurprd01.prod.exchangelabs.com
State Accepted
Commit ef92c352e75f04fedbf77d2d651cee410796cac8
Headers show
Series [FFmpeg-devel,1/6] avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEs | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

Andreas Rheinhardt March 22, 2022, 12:35 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavfilter/vf_vpp_qsv.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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"