avfilter: add missing ,

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-04-11 14:27:09 +02:00
parent 567616c1b3
commit dd97736d4f
1 changed files with 2 additions and 2 deletions

View File

@ -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[] = {
"atempo", "atempo",
"bbox", "bbox",
"blackdetect", "blackdetect",
"buffer" "buffer",
"flite", "flite",
"hue", "hue",
"mp", "mp",