diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-02 11:26:13 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-02 11:26:13 -0500 |
| commit | 5ea002771a090413c9dfe95626ba17a23dc40d61 (patch) | |
| tree | 525c1643bebfebc4e29e19916aa03911cdd69bc0 | |
| parent | 20c711b2484e6163802f8dfaf07322660c1a5104 (diff) | |
fixed typo
| -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"; } } |
