mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Change default ColorSpace to YCbCr444, this is the colorspace used by 95% of blurays.
This commit is contained in:
parent
0de9b7797f
commit
36e2aa255a
@ -15,8 +15,9 @@ Section "Screen"
|
||||
Device "nvidia"
|
||||
DefaultDepth 24
|
||||
# Option "ColorRange" "Full"
|
||||
Option "ColorRange" "Limited"
|
||||
Option "ColorSpace" "RGB"
|
||||
# Option "ColorRange" "Limited"
|
||||
# Option "ColorSpace" "RGB"
|
||||
Option "ColorSpace" "YCbCr444"
|
||||
SubSection "Display"
|
||||
Depth 24
|
||||
EndSubSection
|
||||
|
Loading…
x
Reference in New Issue
Block a user