mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-07 00:06:05 +00:00
Add a decoder/renderer callback to specify the desired color range
This commit is contained in:
@@ -426,8 +426,7 @@ bool Session::populateDecoderProperties(SDL_Window* window)
|
||||
m_StreamConfig.colorRange);
|
||||
}
|
||||
else {
|
||||
// Limited is the default for GFE
|
||||
m_StreamConfig.colorRange = COLOR_RANGE_LIMITED;
|
||||
m_StreamConfig.colorRange = decoder->getDecoderColorRange();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user