diff options
author | quietvoid <39477805+quietvoid@users.noreply.github.com> | 2024-01-27 07:16:33 -0500 |
---|---|---|
committer | quietvoid <39477805+quietvoid@users.noreply.github.com> | 2024-01-28 06:27:29 -0500 |
commit | 449abdce505f0e0952aac264daf0e9838c243786 (patch) | |
tree | 2569ccb0c0a104eb63282bdb1b580ba9449f2a6a /system | |
parent | a8f286cb6e6fb7c5d74983a13c095f8faac489d1 (diff) |
[Android] Allow removing HDR10+ dynamic HDR metadata
Diffstat (limited to 'system')
-rwxr-xr-x | system/settings/settings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index d38de29414..45ee68e299 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -193,10 +193,11 @@ <setting id="videoplayer.allowedhdrformats" type="list[integer]" label="39198" help="39199"> <requirement>HAS_MEDIACODEC</requirement> <level>2</level> - <default>0</default> <!-- Allow all HDR formats --> + <default>0,1</default> <!-- Allow all HDR formats --> <constraints> <options> <option label="39200">0</option> <!-- Dolby Vision --> + <option label="39201">1</option> <!-- HDR10+ --> </options> <delimiter>,</delimiter> </constraints> |