diff --git a/ffprobe.c b/ffprobe.c
index d3cb33289f4741d0f828efdc77fd9798a61698ef..b1b909dc57dc43ccd52630a6edad092c8d1772d1 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -482,6 +482,7 @@ static void default_show_tags(WriterContext *wctx, AVDictionary *dict)
 
 static const Writer default_writer = {
     .name                  = "default",
+    .priv_size             = sizeof(DefaultContext),
     .init                  = default_init,
     .print_footer          = default_print_footer,
     .print_chapter_header  = default_print_chapter_header,