mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
ffprobe: add default_writer priv_size.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dd20e7ede5
commit
c457a29ece
@ -482,6 +482,7 @@ static void default_show_tags(WriterContext *wctx, AVDictionary *dict)
|
|||||||
|
|
||||||
static const Writer default_writer = {
|
static const Writer default_writer = {
|
||||||
.name = "default",
|
.name = "default",
|
||||||
|
.priv_size = sizeof(DefaultContext),
|
||||||
.init = default_init,
|
.init = default_init,
|
||||||
.print_footer = default_print_footer,
|
.print_footer = default_print_footer,
|
||||||
.print_chapter_header = default_print_chapter_header,
|
.print_chapter_header = default_print_chapter_header,
|
||||||
|
Loading…
Reference in New Issue
Block a user