mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add codec tag value
This commit is contained in:
@@ -750,7 +750,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
state.IsTargetCabac,
|
||||
state.TargetRefFrames,
|
||||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount);
|
||||
state.TargetAudioStreamCount,
|
||||
state.TargetVideoCodecTag);
|
||||
|
||||
if (mediaProfile != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user