summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-02-17 17:13:41 +0000
committersr55 <[email protected]>2019-02-17 17:13:57 +0000
commit2810cc8433c1f38699735cf589ba09044179d12d (patch)
tree6477b7677b850fed14026ebda45e7943d81fc695
parente503ff5b0546126b4b0992e3e4d932728874ce75 (diff)
WinGui: Undo some debugging code.1.2.1
-rw-r--r--win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs b/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs
index d5fb281b1..642e7d069 100644
--- a/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs
+++ b/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs
@@ -94,7 +94,7 @@ namespace HandBrake.Interop.Interop
{
try
{
- if (HBFunctions.hb_global_init_no_hardware() == -1)
+ if (HBFunctions.hb_global_init() == -1)
{
throw new InvalidOperationException("HB global init failed.");
}