mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-02 15:55:39 +00:00
Fix subsystem print in VAAPI
This commit is contained in:
parent
6468efd7e4
commit
bcbd1a5b4b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user