[vlc-devel] [PATCH] DXVA2: log the exact unknown GUID value
Rémi Denis-Courmont
remi at remlab.net
Tue Mar 31 16:17:24 CEST 2015
StringFromIID() ?
Le 2015-03-31 17:13, Steve Lhomme a écrit :
> ---
> modules/codec/avcodec/dxva2.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/modules/codec/avcodec/dxva2.c
> b/modules/codec/avcodec/dxva2.c
> index 2d4c958..f349bff 100644
> --- a/modules/codec/avcodec/dxva2.c
> +++ b/modules/codec/avcodec/dxva2.c
> @@ -799,8 +799,9 @@ static int DxFindVideoServiceConversion(vlc_va_t
> *va, GUID *input, D3DFORMAT *ou
> if (mode) {
> msg_Dbg(va, "- '%s' is supported by hardware",
> mode->name);
> } else {
> - msg_Warn(va, "- Unknown GUID = %08X-%04x-%04x-XXXX",
> - (unsigned)g->Data1, g->Data2, g->Data3);
> + msg_Warn(va, "- Unknown GUID =
> %08X-%04x-%04x-%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x",
> + (unsigned)g->Data1, g->Data2, g->Data3,
> g->Data4[0], g->Data4[1],
> + g->Data4[2], g->Data4[3], g->Data4[4],
> g->Data4[5], g->Data4[6], g->Data4[7] );
> }
> }
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list