aboutsummaryrefslogtreecommitdiff
path: root/system/settings/settings.xml
diff options
context:
space:
mode:
authorArthur Liberman <arthur_liberman@hotmail.com>2021-04-14 16:42:23 +0300
committerArthur Liberman <arthur_liberman@hotmail.com>2021-04-17 01:51:45 +0300
commitd529181f693920b30c36c73c383b0c6f50f2cd66 (patch)
tree28c671615dba8c7ae259a1a0232256736cf314f0 /system/settings/settings.xml
parentb3dd9c9d7410ba4ba12ddc9637c006ced0db2002 (diff)
VideoPlayer / AE: add option to disable DTS-HD Core fallback
Diffstat (limited to 'system/settings/settings.xml')
-rwxr-xr-xsystem/settings/settings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index b8ab2a5ee3..4e84bc7702 100755
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -2956,6 +2956,25 @@
</dependencies>
<control type="toggle" />
</setting>
+ <setting id="audiooutput.dtshdcorefallback" type="boolean" parent="audiooutput.dtshdpassthrough" label="2203" help="2204">
+ <level>2</level>
+ <default>true</default>
+ <dependencies>
+ <dependency type="visible">
+ <and>
+ <condition setting="audiooutput.dtshdpassthrough" operator="is">false</condition>
+ <condition on="property" name="aesettingvisible" setting="audiooutput.config">audiooutput.dtshdpassthrough</condition>
+ <condition on="property" name="aesettingvisible" setting="audiooutput.passthroughdevice">audiooutput.dtshdpassthrough</condition>
+ </and>
+ </dependency>
+ <dependency type="enable">
+ <and>
+ <condition setting="audiooutput.passthrough" operator="is">true</condition>
+ </and>
+ </dependency>
+ </dependencies>
+ <control type="toggle" />
+ </setting>
</group>
</category>
<category id="input" label="14125" help="36374">