This commit is contained in:
MaranBr 2025-07-24 09:47:56 -04:00
parent df8f32b7ad
commit 4ced8d23ac

View file

@ -41,7 +41,7 @@ void Decoder::Decode() {
if (!frame.get()) {
LOG_ERROR(HW_GPU,
"Nvdec {} dailed to decode interlaced frame for top 0x{:X} bottom 0x{:X}", id,
"Nvdec {} failed to decode interlaced frame for top 0x{:X} bottom 0x{:X}", id,
luma_top, luma_bottom);
}