projects/Fusion: xbmc: disable & hide unsupported lpcm, dts-hd, truehd etc..

This commit is contained in:
Stefan Saraev 2013-02-24 22:55:18 +02:00
parent 5ec4748cfd
commit 8fcded8e79

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<!-- audio workaround for fusion -->
<audiooutput>
<dtshdpassthrough>false</dtshdpassthrough>
<multichannellpcm>false</multichannellpcm>
<passthroughaac>false</passthroughaac>
<stereoupmix>false</stereoupmix>
<truehdpassthrough>false</truehdpassthrough>
</audiooutput>
</advancedsettings>