1
0
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:
wm4 2013-11-16 20:36:03 +01:00
parent 327edcec3f
commit dd25c08713

View File

@ -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;
}