diff options
author | sr55 <[email protected]> | 2016-03-21 22:13:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-03-21 22:14:03 +0000 |
commit | 3dd02eaa2e5cecef6ff0424990a7ff34c163038b (patch) | |
tree | 79162ec4c9df6a80c74cb79493a21aaf7a60e533 /win/CS/HandBrakeWPF/defaultsettings.xml | |
parent | 66e6545beedd2f4f163b43afb2f888c59bbea2e8 (diff) |
WinGUI: Remove option to enable DXVA decoding. There are too many issues with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this.
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index fc7856d72..05e0090b6 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -426,14 +426,6 @@ </item>
<item>
<key>
- <string>EnableDxva</string>
- </key>
- <value>
- <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">false</anyType>
- </value>
- </item>
- <item>
- <key>
<string>ScalingMode</string>
</key>
<value>
|