fix video sync error

This commit is contained in:
Luke Pulverenti 2016-06-20 18:07:27 -04:00
parent a75f24e8e1
commit 2d6954f520

View file

@ -94,7 +94,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
// Add resolution params, if specified
if (!hasGraphicalSubs)
{
args += GetOutputSizeParam(state, videoCodec);
args += await GetOutputSizeParam(state, videoCodec).ConfigureAwait(false);
}
var qualityParam = GetVideoQualityParam(state, videoCodec);