ffprobe: replace simple string printing with the appropriate helper.

pull/2/head
Clément Bœsch 13 years ago
parent 78d7d8fe91
commit 5241bc2773
  1. 2
      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)

Loading…
Cancel
Save