mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
di-edid-decode: fix rgb quantization output
the output accidentally used the ycc range for testing support of rgb quantization Signed-off-by: Christian Meissl <meissl.christian@gmail.com>
This commit is contained in:
parent
ae6cb5242e
commit
ebee35935d
3 changed files with 4 additions and 16 deletions
|
@ -872,7 +872,7 @@ print_cta(const struct di_edid_cta *cta)
|
|||
video_cap->selectable_ycc_quantization_range ?
|
||||
"Selectable (via AVI YQ)" : "No Data");
|
||||
printf(" RGB quantization: %s\n",
|
||||
video_cap->selectable_ycc_quantization_range ?
|
||||
video_cap->selectable_rgb_quantization_range ?
|
||||
"Selectable (via AVI Q)" : "No Data");
|
||||
printf(" PT scan behavior: %s\n",
|
||||
video_cap_over_underscan_name(video_cap->pt_over_underscan,
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
MAT (MLP):
|
||||
Max channels: 8
|
||||
Supported sample rates (kHz): 48
|
||||
@@ -106,29 +103,9 @@
|
||||
@@ -106,26 +103,6 @@
|
||||
Hash calculation not required for object audio PCM or channel-based PCM
|
||||
Speaker Allocation Data Block:
|
||||
FL/FR - Front Left/Right
|
||||
|
@ -40,11 +40,7 @@
|
|||
- Supports Auto Low-Latency Mode
|
||||
Video Capability Data Block:
|
||||
YCbCr quantization: No Data
|
||||
- RGB quantization: Selectable (via AVI Q)
|
||||
+ RGB quantization: No Data
|
||||
PT scan behavior: No Data
|
||||
IT scan behavior: Always Underscanned
|
||||
CE scan behavior: Always Overscanned
|
||||
RGB quantization: Selectable (via AVI Q)
|
||||
@@ -148,42 +125,12 @@
|
||||
HDR Dynamic Metadata Data Block:
|
||||
HDR Dynamic Metadata Type 4
|
||||
|
|
|
@ -1,14 +1,6 @@
|
|||
--- ref
|
||||
+++ di
|
||||
@@ -103,27 +103,13 @@
|
||||
FL/FR - Front Left/Right
|
||||
Video Capability Data Block:
|
||||
YCbCr quantization: No Data
|
||||
- RGB quantization: Selectable (via AVI Q)
|
||||
+ RGB quantization: No Data
|
||||
PT scan behavior: No Data
|
||||
IT scan behavior: Supports both over- and underscan
|
||||
CE scan behavior: Supports both over- and underscan
|
||||
@@ -110,20 +110,6 @@
|
||||
Colorimetry Data Block:
|
||||
xvYCC601
|
||||
xvYCC709
|
||||
|
|
Loading…
Reference in a new issue