mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
avfilter: add missing ,
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
567616c1b3
commit
dd97736d4f
@ -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…
Reference in New Issue
Block a user