mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
added new cabac value
This commit is contained in:
@@ -1978,6 +1978,7 @@ namespace MediaBrowser.Api.Playback
|
||||
state.TargetPacketLength,
|
||||
state.TargetTimestamp,
|
||||
state.IsTargetAnamorphic,
|
||||
state.IsTargetCabac,
|
||||
state.TargetRefFrames);
|
||||
|
||||
if (mediaProfile != null)
|
||||
@@ -2067,6 +2068,7 @@ namespace MediaBrowser.Api.Playback
|
||||
state.TargetPacketLength,
|
||||
state.TranscodeSeekInfo,
|
||||
state.IsTargetAnamorphic,
|
||||
state.IsTargetCabac,
|
||||
state.TargetRefFrames
|
||||
|
||||
).FirstOrDefault() ?? string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user