[FFmpeg-cvslog] avfilter: add missing ,

Michael Niedermayer git at videolan.org
Thu Apr 11 14:35:44 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr 11 14:27:09 2013 +0200| [dd97736d4f40d85863ac5cbe8830e4e71c64756c] | committer: Michael Niedermayer

avfilter: add missing ,

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd97736d4f40d85863ac5cbe8830e4e71c64756c
---

 libavfilter/avfilter.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 3f5eb45..c333624 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -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",



More information about the ffmpeg-cvslog mailing list