mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
fix video sync error
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user