From 5ea002771a090413c9dfe95626ba17a23dc40d61 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 2 Feb 2014 11:26:13 -0500 Subject: [PATCH] fixed typo --- MediaBrowser.Api/Playback/BaseStreamingService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 8cdfc04f60..4f85f1922e 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"; } }