Fix subsystem print in VAAPI
This commit is contained in:
parent
6468efd7e4
commit
bcbd1a5b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue