From 5241bc2773c97d2b68763e046dd83ceb2b294b8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Thu, 8 Sep 2011 23:02:34 +0200
Subject: [PATCH] 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 9c4f2d182e8..d435ee3206e 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)
-- 
GitLab