fixed typo

This commit is contained in:
Luke Pulverenti 2014-02-02 11:26:13 -05:00
parent 20c711b248
commit 5ea002771a

View file

@ -324,7 +324,7 @@ namespace MediaBrowser.Api.Playback
if (!hasFixedResolution) if (!hasFixedResolution)
{ {
param += " crf18"; param += " -crf 18";
} }
} }
@ -336,7 +336,7 @@ namespace MediaBrowser.Api.Playback
if (!hasFixedResolution) if (!hasFixedResolution)
{ {
param += " crf18"; param += " -crf 18";
} }
} }