summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model
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/HandBrake.ApplicationServices/Model
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/HandBrake.ApplicationServices/Model')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs b/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs
index 7cce56bb5..a27eae1be 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs
@@ -25,11 +25,6 @@ namespace HandBrake.ApplicationServices.Model
public bool DisableQuickSyncDecoding { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether enable dxva.
- /// </summary>
- public bool EnableDxva { get; set; }
-
- /// <summary>
/// Gets or sets the scaling mode.
/// </summary>
public VideoScaler ScalingMode { get; set; }