mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-29 21:40:42 +00:00
Explicitly request limited range for renderers that require it
This commit is contained in:
@@ -457,6 +457,11 @@ public:
|
||||
return COLORSPACE_REC_601;
|
||||
}
|
||||
|
||||
int getDecoderColorRange() override
|
||||
{
|
||||
return COLOR_RANGE_LIMITED;
|
||||
}
|
||||
|
||||
int getDecoderCapabilities() override
|
||||
{
|
||||
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC |
|
||||
|
||||
Reference in New Issue
Block a user