summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-09-14 22:46:18 -0300
committerPaul B Mahol <onemda@gmail.com>2014-09-17 07:43:03 +0000
commitd1c49bcae9b7fd41df5c6804ac7f6a5c271a7c2e (patch)
tree72883b665b2b8ca56751c6d707126d1f0d1c58db /libavfilter/version.h
parent9ffa705edd7725285b7375924db76c0c760574cf (diff)
avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft
Signed-off-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 9ce4fcdf9e..7be5eeb3b4 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -64,9 +64,6 @@
#ifndef FF_API_OLD_FILTER_OPTS
#define FF_API_OLD_FILTER_OPTS (LIBAVFILTER_VERSION_MAJOR < 6)
#endif
-#ifndef FF_API_ACONVERT_FILTER
-#define FF_API_ACONVERT_FILTER (LIBAVFILTER_VERSION_MAJOR < 5)
-#endif
#ifndef FF_API_AVFILTER_OPEN
#define FF_API_AVFILTER_OPEN (LIBAVFILTER_VERSION_MAJOR < 6)
#endif