Browse Source

avfilter: add missing ,

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
dd97736d4f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavfilter/avfilter.c

+ 2
- 2
libavfilter/avfilter.c View File

@@ -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",


Loading…
Cancel
Save