From 0c73c2909e8bedc4b034216a2a00139790523a14 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 10 Oct 2020 23:54:35 -0300 Subject: avfilter/avfilter.h: add missing FF_API_NEXT wrapper Signed-off-by: James Almer --- libavfilter/avfilter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 99297ae798..100183f56c 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -286,11 +286,13 @@ typedef struct AVFilter { int flags_internal; ///< Additional flags for avfilter internal use only. +#if FF_API_NEXT /** * Used by the filter registration system. Must not be touched by any other * code. */ struct AVFilter *next; +#endif /** * Make the filter instance process a command. -- cgit v1.2.1