mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
update progressive encoding
This commit is contained in:
parent
521cfa9584
commit
fcd15da1e6
7 changed files with 17 additions and 29 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue