1
0
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:
wm4 2013-11-16 20:36:03 +01:00
parent ca455e65a3
commit 8cc44a64e8

View File

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