summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/UserSettingConstants.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-03-21 22:13:43 +0000
committersr55 <[email protected]>2016-03-21 22:14:03 +0000
commit3dd02eaa2e5cecef6ff0424990a7ff34c163038b (patch)
tree79162ec4c9df6a80c74cb79493a21aaf7a60e533 /win/CS/HandBrakeWPF/UserSettingConstants.cs
parent66e6545beedd2f4f163b43afb2f888c59bbea2e8 (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/UserSettingConstants.cs')
-rw-r--r--win/CS/HandBrakeWPF/UserSettingConstants.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs
index f623c15d4..fabd5ee9d 100644
--- a/win/CS/HandBrakeWPF/UserSettingConstants.cs
+++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs
@@ -167,11 +167,6 @@ namespace HandBrakeWPF
public const string DisableQuickSyncDecoding = "DisableQuickSyncDecoding";
/// <summary>
- /// The enable dxva.
- /// </summary>
- public const string EnableDxva = "EnableDxva";
-
- /// <summary>
/// The scaling mode.
/// </summary>
public const string ScalingMode = "ScalingMode";