nvdec: Better logging for unimplemented codecs
This commit is contained in:
parent
f183668a87
commit
928b64d2ce
|
@ -39,7 +39,7 @@ void Nvdec::Execute() {
|
||||||
codec->Decode();
|
codec->Decode();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
UNIMPLEMENTED_MSG("Unknown codec {}", static_cast<u32>(codec->GetCurrentCodec()));
|
UNIMPLEMENTED_MSG("Codec {}", codec->GetCurrentCodecName());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue