mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +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
|
||||
@ -24,4 +25,4 @@ EndSection
|
||||
|
||||
Section "Extensions"
|
||||
Option "Composite" "false"
|
||||
EndSection
|
||||
EndSection
|
Loading…
x
Reference in New Issue
Block a user