mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffprobe: fix indentation of the first line of packets_and_frames sections in the json output
This commit is contained in:
parent
2e4ec8947d
commit
163f7afbe6
@ -1089,6 +1089,7 @@ static void json_print_section_header(WriterContext *wctx)
|
||||
json_escape_str(&buf, section->name, wctx);
|
||||
JSON_INDENT();
|
||||
|
||||
json->indent_level++;
|
||||
if (section->flags & SECTION_FLAG_IS_ARRAY) {
|
||||
printf("\"%s\": [\n", buf.str);
|
||||
} else if (!(parent_section->flags & SECTION_FLAG_IS_ARRAY)) {
|
||||
@ -1103,7 +1104,6 @@ static void json_print_section_header(WriterContext *wctx)
|
||||
printf("\"type\": \"%s\"%s", section->name, json->item_sep);
|
||||
}
|
||||
}
|
||||
json->indent_level++;
|
||||
av_bprint_finalize(&buf, NULL);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user