summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-01-15 14:31:40 +0000
committersr55 <[email protected]>2017-01-15 14:31:53 +0000
commitd90706da2eed392b6d5c26171bdde0e5425be9c0 (patch)
tree0e12221663343a98ee1c033134ac2d564ecb405f /win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs
parentc72b80dcb7cb063b40c43a47761ba2919ef85c46 (diff)
WinGui: Use new hb_opencl_set_enable function. #496
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs b/win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs
index 4b540a770..3e756d228 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Interfaces/IHandBrakeInstance.cs
@@ -135,7 +135,7 @@ namespace HandBrake.ApplicationServices.Interop.Interfaces
/// <param name="titleIndex">
/// The title index to scan (1-based, 0 for all titles).
/// </param>
- void StartScan(string path, int previewCount, TimeSpan minDuration, int titleIndex);
+ void StartScan(string path, int previewCount, TimeSpan minDuration, int titleIndex, bool clEnabled = false);
/// <summary>
/// Stops the current encode.