ffprobe: small align cosmetic in json writer struct init.

This commit is contained in:
Clément Bœsch 2011-11-16 19:37:11 +01:00
parent 9813af259a
commit 69a501e6a1
1 changed files with 2 additions and 3 deletions

View File

@ -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,