mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
add codec tag value
This commit is contained in:
parent
00bb68d2e8
commit
51c3f270ae
14 changed files with 73 additions and 22 deletions
|
|
@ -750,7 +750,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
state.IsTargetCabac,
|
||||
state.TargetRefFrames,
|
||||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount);
|
||||
state.TargetAudioStreamCount,
|
||||
state.TargetVideoCodecTag);
|
||||
|
||||
if (mediaProfile != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue