mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 18:26:10 +00:00
add ios dts workaround
This commit is contained in:
parent
81d685b882
commit
afabbfa22b
13 changed files with 104 additions and 19 deletions
|
|
@ -846,7 +846,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount,
|
||||
state.TargetVideoCodecTag,
|
||||
state.IsTargetAVC);
|
||||
state.IsTargetAVC,
|
||||
state.AllAudioCodecs);
|
||||
|
||||
if (mediaProfile != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue