Browse Source

Fix typo

pull/116/head
MaranBr 5 months ago
parent
commit
4ced8d23ac
  1. 2
      src/video_core/host1x/codecs/decoder.cpp

2
src/video_core/host1x/codecs/decoder.cpp

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

Loading…
Cancel
Save