diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-11 14:27:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-11 14:31:10 +0200 |
commit | dd97736d4f40d85863ac5cbe8830e4e71c64756c (patch) | |
tree | 018417126b7bdd6fb93b2cbf0f19c42aa45a201c | |
parent | 567616c1b34a5fca1ecba82a6ff85939b6a1371e (diff) | |
download | ffmpeg-dd97736d4f40d85863ac5cbe8830e4e71c64756c.tar.gz |
avfilter: add missing ,
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/avfilter.c | 4 |
1 files 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", |