summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-10-10 23:54:35 -0300
committerJames Almer <jamrial@gmail.com>2020-10-10 23:58:40 -0300
commit0c73c2909e8bedc4b034216a2a00139790523a14 (patch)
tree40805a0cb60a9a4e2734e07b6426f2b9579b9cb2 /libavfilter/avfilter.h
parentf0cec744a93c83517ec2c7ce257e244111cb4a97 (diff)
downloadffmpeg-0c73c2909e8bedc4b034216a2a00139790523a14.tar.gz
avfilter/avfilter.h: add missing FF_API_NEXT wrapper
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 2 insertions, 0 deletions
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.