Commit 5241bc27 authored by Clément Bœsch's avatar Clément Bœsch

ffprobe: replace simple string printing with the appropriate helper.

parent 78d7d8fe
...@@ -291,7 +291,7 @@ static void show_stream(struct writer *w, AVFormatContext *fmt_ctx, int stream_i ...@@ -291,7 +291,7 @@ static void show_stream(struct writer *w, AVFormatContext *fmt_ctx, int stream_i
break; break;
} }
} else { } else {
print_fmt("codec_type", "unknown"); print_str("codec_type", "unknown");
} }
if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS) if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment