Browse Source

[vic] Update logging for codec used

lsfg-android
CamilleLaVey 4 weeks ago
parent
commit
c57fdebdf0
  1. 4
      src/video_core/host1x/ffmpeg.cpp

4
src/video_core/host1x/ffmpeg.cpp

@ -316,9 +316,7 @@ bool DecoderContext::OpenContext(const Decoder& decoder, std::span<const u8> ext
return false; 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; return true;
} }

Loading…
Cancel
Save