You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter: add missing ,
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user