aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-16 13:11:07 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-16 13:11:07 -0400
commit92cadc4323fb8a845a74652ef3ebfa8aa8efd104 (patch)
treecfa99c01e4a16ff6f2d4bb0e88eaf36b377f2125 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parentb6798f33700e7376ab616cb09b345c30a21f6feb (diff)
update translations
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-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 2d27429b3..a6171ff2c 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -350,11 +350,11 @@ namespace MediaBrowser.Api.Playback
switch (qualitySetting)
{
case EncodingQuality.HighSpeed:
- crf = "16";
+ crf = "14";
profileScore = 2;
break;
case EncodingQuality.HighQuality:
- crf = "10";
+ crf = "8";
profileScore = 1;
break;
case EncodingQuality.MaxQuality: