summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-08-17 20:04:57 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2015-08-18 10:18:43 -0400
commitad7d972e08dddb1788ac6a434d1be314febcb09d (patch)
treef998a5fd0fcd10f0e1c56d621c54dd0ac4eb0ddf /libavfilter/version.h
parent22f85543ed92f4c6453b110137834151dee0d7eb (diff)
lavfi: add error message to help users convert to new lavfi syntax.
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 90a6dc05b1..6fc41451ed 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -61,6 +61,9 @@
#ifndef FF_API_OLD_FILTER_OPTS
#define FF_API_OLD_FILTER_OPTS (LIBAVFILTER_VERSION_MAJOR < 6)
#endif
+#ifndef FF_API_OLD_FILTER_OPTS_ERROR
+#define FF_API_OLD_FILTER_OPTS_ERROR (LIBAVFILTER_VERSION_MAJOR < 7)
+#endif
#ifndef FF_API_AVFILTER_OPEN
#define FF_API_AVFILTER_OPEN (LIBAVFILTER_VERSION_MAJOR < 6)
#endif