diff options
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 8cdfc04f6..4f85f1922 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/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"; } } |
