aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-02 11:26:13 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-02 11:26:13 -0500
commit5ea002771a090413c9dfe95626ba17a23dc40d61 (patch)
tree525c1643bebfebc4e29e19916aa03911cdd69bc0
parent20c711b2484e6163802f8dfaf07322660c1a5104 (diff)
fixed typo
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs4
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";
}
}