Fix subsystem print in VAAPI

This commit is contained in:
Cameron Gutman 2019-07-07 15:41:26 -07:00
parent 6468efd7e4
commit bcbd1a5b4b

View File

@ -198,7 +198,7 @@ VAAPIRenderer::prepareDecoderContext(AVCodecContext* context)
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using VAAPI accelerated renderer on %s",
m_WindowSystem == SDL_SYSWM_X11 ? "X11" : "Wayland");
SDL_GetCurrentVideoDriver());
return true;
}