mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
add codec tag value
This commit is contained in:
@@ -1993,7 +1993,8 @@ namespace MediaBrowser.Api.Playback
|
||||
state.IsTargetCabac,
|
||||
state.TargetRefFrames,
|
||||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount);
|
||||
state.TargetAudioStreamCount,
|
||||
state.TargetVideoCodecTag);
|
||||
|
||||
if (mediaProfile != null)
|
||||
{
|
||||
@@ -2090,7 +2091,8 @@ namespace MediaBrowser.Api.Playback
|
||||
state.IsTargetCabac,
|
||||
state.TargetRefFrames,
|
||||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount
|
||||
state.TargetAudioStreamCount,
|
||||
state.TargetVideoCodecTag
|
||||
|
||||
).FirstOrDefault() ?? string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user