summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-21 15:27:03 -0300
committerJames Almer <jamrial@gmail.com>2017-10-21 15:27:03 -0300
commit0ed61546c4594480b7c09a0c79da24d78968fbf0 (patch)
tree60791ccb8343a46db69efe6e89d53c66dfadd06b /libavfilter/version.h
parentea049ad862a4b2b398bbdade5af36291d786e02d (diff)
parent88fd836a015a5f3380df74592e440e7d1e5b8000 (diff)
Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'
* commit '88fd836a015a5f3380df74592e440e7d1e5b8000': lavfi: Drop deprecated way of passing options for a few filters Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index a350f47686..e3bdd0253f 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -49,9 +49,6 @@
* the public API and may change, break or disappear at any time.
*/
-#ifndef FF_API_OLD_FILTER_OPTS
-#define FF_API_OLD_FILTER_OPTS (LIBAVFILTER_VERSION_MAJOR < 7)
-#endif
#ifndef FF_API_OLD_FILTER_OPTS_ERROR
#define FF_API_OLD_FILTER_OPTS_ERROR (LIBAVFILTER_VERSION_MAJOR < 8)
#endif