mirror of
https://github.com/mpv-player/mpv
synced 2025-04-28 14:20:05 +00:00
encode_lavc: add missing newline in error message
This commit is contained in:
parent
ca455e65a3
commit
8cc44a64e8
@ -681,7 +681,7 @@ int encode_lavc_open_codec(struct encode_lavc_context *ctx, AVStream *stream)
|
||||
|
||||
if (ret < 0)
|
||||
encode_lavc_fail(ctx,
|
||||
"unable to open encoder (see above for the cause)");
|
||||
"unable to open encoder (see above for the cause)\n");
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user