summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ffprobe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ffprobe.c b/ffprobe.c
index d1b26becd2..8864594196 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -850,9 +850,8 @@ static void json_show_tags(WriterContext *wctx, AVDictionary *dict)
}
static const Writer json_writer = {
- .name = "json",
- .priv_size = sizeof(JSONContext),
-
+ .name = "json",
+ .priv_size = sizeof(JSONContext),
.init = json_init,
.uninit = json_uninit,
.print_header = json_print_header,