]> granicus.if.org Git - handbrake/commitdiff
WinGui: Undo some debugging code.
authorsr55 <sr55.hb@outlook.com>
Sun, 17 Feb 2019 17:13:41 +0000 (17:13 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 17 Feb 2019 17:13:41 +0000 (17:13 +0000)
win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs

index d5fb281b1b32dfa5f0e37801d2048b0520b03bfa..642e7d069c8f4b4322ad4a87e8a1906209d9aa0f 100644 (file)
@@ -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.");
                 }