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, ...@@ -672,7 +672,7 @@ static int process_options(AVFilterContext *ctx, AVDictionary **options,
// TODO: drop me // TODO: drop me
static const char *const filters_left_to_update[] = { static const char *const filters_left_to_update[] = {
"abuffer" "abuffer",
"aconvert", "aconvert",
"aevalsrc", "aevalsrc",
"amerge", "amerge",
...@@ -684,7 +684,7 @@ static const char *const filters_left_to_update[] = { ...@@ -684,7 +684,7 @@ static const char *const filters_left_to_update[] = {
"atempo", "atempo",
"bbox", "bbox",
"blackdetect", "blackdetect",
"buffer" "buffer",
"flite", "flite",
"hue", "hue",
"mp", "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