diff --git a/ffprobe.c b/ffprobe.c
index 9c4f2d182e810993b9ad2d284f4c23763b6e0005..d435ee3206ed545bab1ec68f50fe7b279ddf8bac 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -291,7 +291,7 @@ static void show_stream(struct writer *w, AVFormatContext *fmt_ctx, int stream_i
             break;
         }
     } else {
-        print_fmt("codec_type", "unknown");
+        print_str("codec_type", "unknown");
     }
 
     if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS)