fix video sync error

pull/702/head
Luke Pulverenti 8 years ago
parent a75f24e8e1
commit 2d6954f520

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

Loading…
Cancel
Save