summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-11 14:27:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 14:31:10 +0200
commitdd97736d4f40d85863ac5cbe8830e4e71c64756c (patch)
tree018417126b7bdd6fb93b2cbf0f19c42aa45a201c /libavfilter/avfilter.c
parent567616c1b34a5fca1ecba82a6ff85939b6a1371e (diff)
avfilter: add missing ,
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c4
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",