mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
update progressive encoding
This commit is contained in:
@@ -96,7 +96,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
args += GetOutputSizeParam(state, videoCodec);
|
||||
}
|
||||
|
||||
var qualityParam = GetVideoQualityParam(state, videoCodec, false);
|
||||
var qualityParam = GetVideoQualityParam(state, videoCodec);
|
||||
|
||||
if (!string.IsNullOrEmpty(qualityParam))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user