We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbaeb6 commit 851404fCopy full SHA for 851404f
1 file changed
VidCoderWorker/Program.cs
@@ -1,11 +1,12 @@
1
-using System;
+using HandBrake.Interop.Interop;
2
+using PipeMethodCalls;
3
+using PipeMethodCalls.NetJson;
4
+using System;
5
using System.Diagnostics;
6
using System.Linq;
7
using System.Net;
8
using System.Threading;
9
using System.Threading.Tasks;
-using PipeMethodCalls;
-using PipeMethodCalls.NetJson;
10
using VidCoderCommon;
11
using VidCoderCommon.Model;
12
using VidCoderCommon.Services;
@@ -75,6 +76,8 @@ static async Task Main(string[] args)
75
76
77
parentCheckTimer.Start();
78
79
+ HandBrakeUtils.EnsureGlobalInit(initNoHardwareMode: false);
80
+
81
StartService(action, debugLogging);
82
83
encodeComplete = new SemaphoreSlim(0, 1);
0 commit comments