diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-12 09:55:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-12 09:55:01 +0200 |
commit | c378ba19b5c0915a19e1e5d0d698846c6385b46e (patch) | |
tree | 5e92578bb3cdaec86403bb8d881100bffd9fe2e8 /libavfilter/avfilter.c | |
parent | 16e5e13c7e46a1c4ea0546fd9f4298cb8f3dfa97 (diff) | |
download | ffmpeg-c378ba19b5c0915a19e1e5d0d698846c6385b46e.tar.gz |
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.c | 1 |
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 |