pull/702/head
Luke Pulverenti 11 years ago
parent 20c711b248
commit 5ea002771a

@ -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";
}
}

Loading…
Cancel
Save