aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/version_major.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-10-03 19:15:58 +0200
committerAnton Khirnov <anton@khirnov.net>2024-10-07 10:47:18 +0200
commitb1247e7c1ffc5c95400c2d3adce9406a6c040a8c (patch)
tree61972b900a8de9e4aad0e5aba5ce47d763b75fe5 /libavfilter/version_major.h
parente0eec71a13ed8b930fea708b90de4e2d6cca8083 (diff)
downloadffmpeg-b1247e7c1ffc5c95400c2d3adce9406a6c040a8c.tar.gz
lavfi/avfilter: move AVFilterContext.ready to FFFilterContext
This field is private to the generic filtering code.
Diffstat (limited to 'libavfilter/version_major.h')
-rw-r--r--libavfilter/version_major.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/version_major.h b/libavfilter/version_major.h
index b2c761370f..41374fbbe5 100644
--- a/libavfilter/version_major.h
+++ b/libavfilter/version_major.h
@@ -37,5 +37,6 @@
#define FF_API_LINK_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11)
#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 11)
+#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11)
#endif /* AVFILTER_VERSION_MAJOR_H */