mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 15:36:02 +00:00
Introduce full range color option
This commit is contained in:
@@ -344,7 +344,12 @@ public class MediaCodecDecoderRenderer extends VideoDecoderRenderer implements C
|
||||
}
|
||||
|
||||
public int getPreferredColorRange() {
|
||||
return MoonBridge.COLOR_RANGE_LIMITED;
|
||||
if (prefs.fullRange) {
|
||||
return MoonBridge.COLOR_RANGE_FULL;
|
||||
}
|
||||
else {
|
||||
return MoonBridge.COLOR_RANGE_LIMITED;
|
||||
}
|
||||
}
|
||||
|
||||
public void notifyVideoForeground() {
|
||||
|
||||
Reference in New Issue
Block a user