ffprobe: small align cosmetic in json writer struct init.
This commit is contained in:
parent
9813af259a
commit
69a501e6a1
@ -850,9 +850,8 @@ static void json_show_tags(WriterContext *wctx, AVDictionary *dict)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const Writer json_writer = {
|
static const Writer json_writer = {
|
||||||
.name = "json",
|
.name = "json",
|
||||||
.priv_size = sizeof(JSONContext),
|
.priv_size = sizeof(JSONContext),
|
||||||
|
|
||||||
.init = json_init,
|
.init = json_init,
|
||||||
.uninit = json_uninit,
|
.uninit = json_uninit,
|
||||||
.print_header = json_print_header,
|
.print_header = json_print_header,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user