summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-12 09:55:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-12 09:55:01 +0200
commitc378ba19b5c0915a19e1e5d0d698846c6385b46e (patch)
tree5e92578bb3cdaec86403bb8d881100bffd9fe2e8 /libavfilter/avfilter.c
parent16e5e13c7e46a1c4ea0546fd9f4298cb8f3dfa97 (diff)
abuffer: switch to an AVOptions-based shorthand system.
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 c6ae0cfcd9..cf0aefe3a4 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -683,7 +683,6 @@ static int process_options(AVFilterContext *ctx, AVDictionary **options,
// TODO: drop me
static const char *const filters_left_to_update[] = {
- "abuffer",
#if FF_API_ACONVERT_FILTER
"aconvert",
#endif