Improve debugging messages

This commit is contained in:
Cameron Gutman 2018-07-28 16:06:26 -07:00
commit df26f731eb
6 changed files with 27 additions and 0 deletions

View file

@ -88,6 +88,10 @@ bool
VAAPIRenderer::prepareDecoderContext(AVCodecContext* context)
{
context->hw_device_ctx = av_buffer_ref(m_HwContext);
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using VAAPI accelerated renderer");
return true;
}