浏览代码

fixed typo

Luke Pulverenti 11 年之前
父节点
当前提交
5ea002771a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 2 - 2
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -324,7 +324,7 @@ namespace MediaBrowser.Api.Playback
 
                 if (!hasFixedResolution)
                 {
-                    param += " crf18";
+                    param += " -crf 18";
                 }
             }
 
@@ -336,7 +336,7 @@ namespace MediaBrowser.Api.Playback
 
                 if (!hasFixedResolution)
                 {
-                    param += " crf18";
+                    param += " -crf 18";
                 }
             }