Merge pull request #11064 from Shadowghost/bdmv-fixes

Do not dispose the ffmpeg process
This commit is contained in:
Bond-009
2024-02-25 20:41:11 +01:00
committed by GitHub

View File

@@ -437,7 +437,7 @@ public sealed class TranscodeManager : ITranscodeManager, IDisposable
}
}
using var process = new Process
var process = new Process
{
StartInfo = new ProcessStartInfo
{