We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c045e7 commit 735ca5aCopy full SHA for 735ca5a
Runtime/Scripts/BH_VideoEncoder.cs
@@ -182,7 +182,7 @@ public string StopEncoding()
182
return mergedFilePath;
183
}
184
185
- private string SendStopRequestAndWait()
+ private void SendStopRequestAndWait()
186
{
187
if (ffmpegProcess != null && !ffmpegProcess.HasExited)
188
@@ -203,8 +203,6 @@ private string SendStopRequestAndWait()
203
UnityEngine.Debug.LogError("Timeout while waiting for the encoding thread to stop.");
204
205
206
-
207
- return MergeSegments();
208
209
210
private string MergeSegments()
0 commit comments