Browse Source

Add back code removed during testing/debugging

Petr Janda 5 years ago
parent
commit
3f43aef997
1 changed files with 2 additions and 0 deletions
  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;