Parcourir la source

Merge pull request #11064 from Shadowghost/bdmv-fixes

Do not dispose the ffmpeg process
Bond-009 il y a 1 an
Parent
commit
c61f6945d0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
             {