From ef92c352e75f04fedbf77d2d651cee410796cac8 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 22 Mar 2022 12:27:54 +0100 Subject: [PATCH] avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers Signed-off-by: Andreas Rheinhardt --- 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"