summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
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/allfilters.c
parent9ffa705edd7725285b7375924db76c0c760574cf (diff)
avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 670f2d1c77..d88a9ad25c 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -45,9 +45,6 @@ void avfilter_register_all(void)
return;
initialized = 1;
-#if FF_API_ACONVERT_FILTER
- REGISTER_FILTER(ACONVERT, aconvert, af);
-#endif
REGISTER_FILTER(ADELAY, adelay, af);
REGISTER_FILTER(AECHO, aecho, af);
REGISTER_FILTER(AEVAL, aeval, af);