mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
vuplus_arm: color profile (auto/bt709/bt470) added
Origin commit data
------------------
Branch: master
Commit: 347a9fb9aa
Author: max_10 <max_10@gmx.de>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Origin message was:
------------------
- vuplus_arm: color profile (auto/bt709/bt470) added
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -36,6 +36,14 @@ typedef enum
|
||||
COLORFORMAT_HDMI_YCBCR420
|
||||
} COLOR_FORMAT;
|
||||
|
||||
#if BOXMODEL_VUPLUS_ARM
|
||||
typedef enum
|
||||
{
|
||||
HDMI_COLORIMETRY_AUTO,
|
||||
HDMI_COLORIMETRY_BT709,
|
||||
HDMI_COLORIMETRY_BT470
|
||||
} HDMI_COLORIMETRY;
|
||||
#else
|
||||
typedef enum
|
||||
{
|
||||
HDMI_COLORIMETRY_AUTO,
|
||||
@@ -43,6 +51,7 @@ typedef enum
|
||||
HDMI_COLORIMETRY_BT2020CL,
|
||||
HDMI_COLORIMETRY_BT709
|
||||
} HDMI_COLORIMETRY;
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user