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