From 56aba26a4da0fda058196fcb866e13d35dda538e Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 26 Feb 2020 21:10:04 +0000 Subject: WinGui: Add an explicit option in preferences to enable additional fixed function hardware on newer Intel CPU's. --- win/CS/HandBrake.Interop/Model/HBConfiguration.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/CS/HandBrake.Interop') 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; } } } -- cgit v1.2.3