Commit d3874b74 authored by Rick Kern's avatar Rick Kern

lavc/videotoolboxenc: Error log formatting.

Signed-off-by: 's avatarRick Kern <kernrj@gmail.com>
parent 9875695e
......@@ -1633,7 +1633,7 @@ static int vtenc_cm_to_avpacket(
);
if (status) {
av_log(avctx, AV_LOG_ERROR, "Error copying packet data: %d", status);
av_log(avctx, AV_LOG_ERROR, "Error copying packet data: %d\n", status);
return status;
}
......
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