فهرست منبع

Add back code removed during testing/debugging

Petr Janda 5 سال پیش
والد
کامیت
3f43aef997
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;