mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-11 10:16:09 +00:00
Allow decoders to choose a desired colorspace
This commit is contained in:
@@ -284,6 +284,8 @@ bool Session::populateDecoderProperties(SDL_Window* window)
|
||||
|
||||
m_VideoCallbacks.capabilities |= decoder->getDecoderCapabilities();
|
||||
|
||||
m_StreamConfig.colorSpace = decoder->getDecoderColorspace();
|
||||
|
||||
delete decoder;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user