From 1afe42852b25c6bf74f1f5b5f6d6dfa42da02434 Mon Sep 17 00:00:00 2001 From: Anton Khirnov <anton@khirnov.net> Date: Mon, 12 Aug 2024 15:29:00 +0200 Subject: lavfi/internal: move functions used by filters to filters.h internal.h currently mixes interfaces intended to be used by filters with those that should be limited to generic filter- or graph-level code. --- libavfilter/vf_siti.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_siti.c') diff --git a/libavfilter/vf_siti.c b/libavfilter/vf_siti.c index 722e7cecc7..ca69211f60 100644 --- a/libavfilter/vf_siti.c +++ b/libavfilter/vf_siti.c @@ -32,6 +32,7 @@ #include "libavutil/opt.h" #include "avfilter.h" +#include "filters.h" #include "internal.h" #include "video.h" -- cgit v1.2.3