Commit dd97736d authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter: add missing ,

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 567616c1
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment