mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-28 21:10:52 +00:00
Switch the default renderer color range to full
This commit is contained in:
@@ -224,8 +224,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual int getDecoderColorRange() {
|
virtual int getDecoderColorRange() {
|
||||||
// Limited is the default
|
// Full is the default
|
||||||
return COLOR_RANGE_LIMITED;
|
return COLOR_RANGE_FULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual int getFrameColorspace(const AVFrame* frame) {
|
virtual int getFrameColorspace(const AVFrame* frame) {
|
||||||
|
|||||||
Reference in New Issue
Block a user