mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Improve overlay format handling
This commit is contained in:
@@ -365,6 +365,7 @@ void VDPAURenderer::notifyOverlayUpdated(Overlay::OverlayType type)
|
||||
|
||||
if (newSurface != nullptr) {
|
||||
SDL_assert(!SDL_MUSTLOCK(newSurface));
|
||||
SDL_assert(newSurface->format->format == SDL_PIXELFORMAT_ARGB8888);
|
||||
|
||||
VdpBitmapSurface newBitmapSurface = 0;
|
||||
status = m_VdpBitmapSurfaceCreate(m_Device,
|
||||
|
||||
Reference in New Issue
Block a user