From 5241bc2773c97d2b68763e046dd83ceb2b294b8b Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 8 Sep 2011 23:02:34 +0200 Subject: ffprobe: replace simple string printing with the appropriate helper. --- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffprobe.c b/ffprobe.c index 9c4f2d182e..d435ee3206 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) -- cgit v1.2.3