[vic] Update logging for codec used

This commit is contained in:
CamilleLaVey
2026-07-07 22:27:19 -04:00
parent 059d902ca3
commit c57fdebdf0
+1 -3
View File
@@ -316,9 +316,7 @@ bool DecoderContext::OpenContext(const Decoder& decoder, std::span<const u8> ext
return false;
}
if (!m_codec_context->hw_device_ctx) {
LOG_INFO(HW_GPU, "Using FFmpeg CPU decoder");
}
LOG_INFO(HW_GPU, "Using decoder {}", decoder.GetCodec()->name);
return true;
}