fix video sync error
This commit is contained in:
parent
a75f24e8e1
commit
2d6954f520
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user