[FFmpeg-cvslog] ffprobe: remove various useless ","

Stefano Sabatini git at videolan.org
Fri Nov 22 17:02:17 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Nov 22 16:58:24 2013 +0100| [d20241c9b1f370a6b8db6bc88b5e0c50af14727e] | committer: Stefano Sabatini

ffprobe: remove various useless ","

Nitted-By: ubitux

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

 ffprobe.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ffprobe.c b/ffprobe.c
index 8ea80ff..ef4ccaf 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -262,7 +262,7 @@ typedef enum {
     WRITER_STRING_VALIDATION_FAIL,
     WRITER_STRING_VALIDATION_REPLACE,
     WRITER_STRING_VALIDATION_IGNORE,
-    WRITER_STRING_VALIDATION_NB,
+    WRITER_STRING_VALIDATION_NB
 } StringValidation;
 
 typedef struct Writer {
@@ -329,7 +329,7 @@ static const AVOption writer_options[] = {
     { "fail",    NULL, 0, AV_OPT_TYPE_CONST, {.i64 = WRITER_STRING_VALIDATION_FAIL},    .unit = "sv" },
     { "string_validation_replacement", "set string validation replacement string", OFFSET(string_validation_replacement), AV_OPT_TYPE_STRING, {.str=""}},
     { "svr", "set string validation replacement string", OFFSET(string_validation_replacement), AV_OPT_TYPE_STRING, {.str=""}},
-    { NULL },
+    { NULL }
 };
 
 static void *writer_child_next(void *obj, void *prev)



More information about the ffmpeg-cvslog mailing list