mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
lavc/videotoolboxenc: Error log formatting.
Signed-off-by: Rick Kern <kernrj@gmail.com>
This commit is contained in:
parent
9875695e2c
commit
d3874b74f3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user