mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Fix subsystem print in VAAPI
This commit is contained in:
@@ -198,7 +198,7 @@ VAAPIRenderer::prepareDecoderContext(AVCodecContext* context)
|
|||||||
|
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Using VAAPI accelerated renderer on %s",
|
"Using VAAPI accelerated renderer on %s",
|
||||||
m_WindowSystem == SDL_SYSWM_X11 ? "X11" : "Wayland");
|
SDL_GetCurrentVideoDriver());
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user