From: sr55 Date: Sun, 17 Feb 2019 17:13:41 +0000 (+0000) Subject: WinGui: Undo some debugging code. X-Git-Tag: 1.2.1^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2810cc8433c1f38699735cf589ba09044179d12d;p=handbrake WinGui: Undo some debugging code. --- 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."); }