From dd97736d4f40d85863ac5cbe8830e4e71c64756c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 11 Apr 2013 14:27:09 +0200 Subject: [PATCH] avfilter: add missing , Signed-off-by: Michael Niedermayer --- libavfilter/avfilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 3f5eb4596b..c3336243f1 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -672,7 +672,7 @@ static int process_options(AVFilterContext *ctx, AVDictionary **options, // TODO: drop me static const char *const filters_left_to_update[] = { - "abuffer" + "abuffer", "aconvert", "aevalsrc", "amerge", @@ -684,7 +684,7 @@ static const char *const filters_left_to_update[] = { "atempo", "bbox", "blackdetect", - "buffer" + "buffer", "flite", "hue", "mp",