From 19ffa2ff2d76d51d0c00304c344cd79591bcfdd2 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 4 Aug 2023 01:08:05 +0200 Subject: avfilter: Remove unnecessary formats.h inclusions A filter needs formats.h iff it uses FILTER_QUERY_FUNC(); since lots of filters have been switched to use something else than FILTER_QUERY_FUNC, they don't need it any more, but removing this header has been forgotten. This commit does this; files with formats.h inclusion went down from 304 to 139 here (it were 449 before the preceding commit). While just at it, also improve the other headers a bit. Signed-off-by: Andreas Rheinhardt --- libavfilter/vf_removelogo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_removelogo.c') diff --git a/libavfilter/vf_removelogo.c b/libavfilter/vf_removelogo.c index 346a746fe9..b293054309 100644 --- a/libavfilter/vf_removelogo.c +++ b/libavfilter/vf_removelogo.c @@ -72,7 +72,6 @@ #include "libavutil/imgutils.h" #include "libavutil/opt.h" #include "avfilter.h" -#include "formats.h" #include "internal.h" #include "video.h" #include "bbox.h" -- cgit v1.2.3