Browse Source

Add back code removed during testing/debugging

Petr Janda 5 năm trước cách đây
mục cha
commit
3f43aef997
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

+ 2 - 0
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

@@ -2203,6 +2203,8 @@ namespace MediaBrowser.Controller.MediaEncoding
 
             if (!string.IsNullOrEmpty(videoDecoder))
             {
+                inputModifier += " " + videoDecoder;
+
                 if ((videoDecoder ?? string.Empty).IndexOf("_cuvid", StringComparison.OrdinalIgnoreCase) != -1)
                 {
                     var videoStream = state.VideoStream;