Merge pull request #11064 from Shadowghost/bdmv-fixes

Do not dispose the ffmpeg process
pull/11068/head
Bond-009 1 year ago committed by GitHub
commit c61f6945d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save