summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-06-12 20:12:42 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-13 11:11:33 +0200
commit9d0bfc5052fa73ac8df89ec9992d77b07840fdf0 (patch)
tree95435f6e28872a5e859dd3e0f468dacf7815ef60 /libavfilter/version.h
parent84b9fbe05578c8b4058e72bb0b203665a446a95a (diff)
lavfi: make AVFilterPad opaque after two major bumps.
It will allow adding new fields to it without ABI breaks.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index d8baf0eaa9..76fe1664a7 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -59,5 +59,8 @@
#ifndef FF_API_FILTERS_PUBLIC
#define FF_API_FILTERS_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 3)
#endif
+#ifndef FF_API_AVFILTERPAD_PUBLIC
+#define FF_API_AVFILTERPAD_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 4)
+#endif
#endif // AVFILTER_VERSION_H