提交 bf0ab6e9 编写于 作者: M Mark Thompson

lavc/cbs_h2645: Add missing newlines in log messages

上级 cbf2a9bf
......@@ -616,7 +616,7 @@ static int cbs_h2645_split_fragment(CodedBitstreamContext *ctx,
version = bytestream2_get_byte(&gbc);
if (version != 1) {
av_log(ctx->log_ctx, AV_LOG_ERROR, "Invalid AVCC header: "
"first byte %u.", version);
"first byte %u.\n", version);
return AVERROR_INVALIDDATA;
}
......@@ -691,7 +691,7 @@ static int cbs_h2645_split_fragment(CodedBitstreamContext *ctx,
version = bytestream2_get_byte(&gbc);
if (version != 1) {
av_log(ctx->log_ctx, AV_LOG_ERROR, "Invalid HVCC header: "
"first byte %u.", version);
"first byte %u.\n", version);
return AVERROR_INVALIDDATA;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册