1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

ffprobe: replace simple string printing with the appropriate helper.

This commit is contained in:
Clément Bœsch 2011-09-08 23:02:34 +02:00
parent 78d7d8fe91
commit 5241bc2773

View File

@ -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)