diff options
author | sr55 <[email protected]> | 2020-02-26 21:10:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-02-26 21:10:16 +0000 |
commit | 56aba26a4da0fda058196fcb866e13d35dda538e (patch) | |
tree | 2372ce345a3ae2a6b230e9971bb422a768c28d43 /win/CS/HandBrake.Interop | |
parent | 22cfd6a1ec05a261284554b72109567392b91c9b (diff) |
WinGui: Add an explicit option in preferences to enable additional fixed function hardware on newer Intel CPU's.
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/Model/HBConfiguration.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/Model/HBConfiguration.cs b/win/CS/HandBrake.Interop/Model/HBConfiguration.cs index 06362dd14..cf302bc82 100644 --- a/win/CS/HandBrake.Interop/Model/HBConfiguration.cs +++ b/win/CS/HandBrake.Interop/Model/HBConfiguration.cs @@ -80,5 +80,7 @@ namespace HandBrake.Interop.Model public bool EnableNvencEncoder { get; set; } public bool EnableQsvEncoder { get; set; } + + public bool EnableQsvLowPower { get; set; } } } |