mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00: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