summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
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.