mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
encode_lavc: add missing newline in error message
This commit is contained in:
parent
327edcec3f
commit
dd25c08713
@ -680,7 +680,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