]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.c
avfilter: add missing ,
[ffmpeg] / libavfilter / avfilter.c
index 3f5eb4596b38d0f45185860bcf11aae5527e636c..c3336243f15e51bc88b5b168c10ba6c23e0cdaf6 100644 (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",