summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorPavel Koshevoy <pkoshevoy@gmail.com>2013-04-11 21:21:04 -0600
committerMichael Niedermayer <michaelni@gmx.at>2013-04-12 09:31:33 +0200
commit8f3c440a39e8de88e24260a7dea833558f44110c (patch)
treecaa89bc07e2186187888f9fa2b9c72129cf59e43 /libavfilter/avfilter.c
parent9ab796127a38e047bc76eb0a825ba6c90fb945da (diff)
lavfi/atempo: switch to an AVOptions-based system.
Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index eca267eae0..eb381d5048 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -687,7 +687,6 @@ static const char *const filters_left_to_update[] = {
#if FF_API_ACONVERT_FILTER
"aconvert",
#endif
- "atempo",
"buffer",
"pan",
};