git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9813af2
)
ffprobe: small align cosmetic in json writer struct init.
author
Clément Bœsch
<ubitux@gmail.com>
Wed, 16 Nov 2011 18:37:11 +0000
(19:37 +0100)
committer
Clément Bœsch
<ubitux@gmail.com>
Wed, 16 Nov 2011 18:37:11 +0000
(19:37 +0100)
ffprobe.c
patch
|
blob
|
history
diff --git
a/ffprobe.c
b/ffprobe.c
index
d1b26be
..
8864594
100644
(file)
--- 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,