re-enable mobile media controller

This commit is contained in:
Luke Pulverenti
2014-04-30 11:07:02 -04:00
parent e9fb806478
commit 98c0b28d14
18 changed files with 147 additions and 67 deletions

View File

@@ -350,11 +350,11 @@ namespace MediaBrowser.Api.Playback
switch (qualitySetting)
{
case EncodingQuality.HighSpeed:
crf = "12";
crf = "16";
profileScore = 2;
break;
case EncodingQuality.HighQuality:
crf = "8";
crf = "10";
profileScore = 1;
break;
case EncodingQuality.MaxQuality: