]> git.sesse.net Git - ffmpeg/commitdiff
avfilter: add missing ,
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Apr 2013 12:27:09 +0000 (14:27 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Apr 2013 12:31:10 +0000 (14:31 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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",