[FFmpeg-cvslog] ffprobe: replace simple string printing with the appropriate helper.

Clément Bœsch git at videolan.org
Thu Sep 8 23:16:10 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Sep  8 23:02:34 2011 +0200| [5241bc2773c97d2b68763e046dd83ceb2b294b8b] | committer: Clément Bœsch

ffprobe: replace simple string printing with the appropriate helper.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5241bc2773c97d2b68763e046dd83ceb2b294b8b
---

 ffprobe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffprobe.c b/ffprobe.c
index 9c4f2d1..d435ee3 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)



More information about the ffmpeg-cvslog mailing list