Skip to content
Snippets Groups Projects
Commit 5241bc27 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

ffprobe: replace simple string printing with the appropriate helper.

parent 78d7d8fe
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment