mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
dxva2: fix missing newline in error message
This commit is contained in:
parent
611594e7e8
commit
2f5c7af914
@ -133,7 +133,7 @@ static void dump_decoder_info(struct lavc_ctx *s,
|
||||
HRESULT hr = IDirectXVideoDecoderService_GetDecoderRenderTargets(
|
||||
p->decoder_service, guid, &n_formats, &formats);
|
||||
if (FAILED(hr)) {
|
||||
MP_ERR(p, "Failed to get render targets for decoder %s:%s",
|
||||
MP_ERR(p, "Failed to get render targets for decoder %s:%s\n",
|
||||
description, mp_HRESULT_to_str(hr));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user