This commit is contained in:
parent
df8f32b7ad
commit
4ced8d23ac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void Decoder::Decode() {
|
||||||
|
|
||||||
if (!frame.get()) {
|
if (!frame.get()) {
|
||||||
LOG_ERROR(HW_GPU,
|
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);
|
luma_top, luma_bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue