summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 18:34:17 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 18:35:09 +0200
commit3433228795744a31e0f583ab6bb060d027273cff (patch)
tree07747e5923ffbbb01f8179696f8ceddcbec336d5 /libavfilter/version.h
parentc43bd08f8b043df7e18110e5344283c37b8380c1 (diff)
lavfi: remove old graph parser API with different semantics
This API hasn't been active since the last bump already.
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 323d0fde36..d87548e173 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -64,9 +64,6 @@
#ifndef FF_API_OLD_FILTER_REGISTER
#define FF_API_OLD_FILTER_REGISTER (LIBAVFILTER_VERSION_MAJOR < 7)
#endif
-#ifndef FF_API_OLD_GRAPH_PARSE
-#define FF_API_OLD_GRAPH_PARSE (LIBAVFILTER_VERSION_MAJOR < 5)
-#endif
#ifndef FF_API_NOCONST_GET_NAME
#define FF_API_NOCONST_GET_NAME (LIBAVFILTER_VERSION_MAJOR < 7)
#endif