You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffprobe: apply misc cosmetics to compact writer definition
This commit is contained in:
@@ -677,7 +677,6 @@ static void compact_show_tags(WriterContext *wctx, AVDictionary *dict)
|
|||||||
static Writer compact_writer = {
|
static Writer compact_writer = {
|
||||||
.name = "compact",
|
.name = "compact",
|
||||||
.priv_size = sizeof(CompactContext),
|
.priv_size = sizeof(CompactContext),
|
||||||
|
|
||||||
.init = compact_init,
|
.init = compact_init,
|
||||||
.uninit = compact_uninit,
|
.uninit = compact_uninit,
|
||||||
.print_section_header = compact_print_section_header,
|
.print_section_header = compact_print_section_header,
|
||||||
@@ -685,7 +684,7 @@ static Writer compact_writer = {
|
|||||||
.print_integer = compact_print_int,
|
.print_integer = compact_print_int,
|
||||||
.print_string = compact_print_str,
|
.print_string = compact_print_str,
|
||||||
.show_tags = compact_show_tags,
|
.show_tags = compact_show_tags,
|
||||||
.flags = WRITER_FLAG_DISPLAY_OPTIONAL_FIELDS
|
.flags = WRITER_FLAG_DISPLAY_OPTIONAL_FIELDS,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* CSV output */
|
/* CSV output */
|
||||||
|
Reference in New Issue
Block a user