فهرست منبع

Do not dispose the ffmpeg process

Shadowghost 1 سال پیش
والد
کامیت
36f298e417
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.MediaEncoding/Transcoding/TranscodeManager.cs

+ 1 - 1
MediaBrowser.MediaEncoding/Transcoding/TranscodeManager.cs

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