Browse Source

Do not dispose the ffmpeg process

Shadowghost 1 year ago
parent
commit
36f298e417
1 changed files with 1 additions and 1 deletions
  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
             StartInfo = new ProcessStartInfo
             {
             {