From: Michael Niedermayer Date: Thu, 11 Apr 2013 12:27:09 +0000 (+0200) Subject: avfilter: add missing , X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=dd97736d4f40d85863ac5cbe8830e4e71c64756c;p=ffmpeg avfilter: add missing , Signed-off-by: Michael Niedermayer --- diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 3f5eb4596b3..c3336243f15 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",