mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-07 02:46:25 +01:00
Update MediaBrowser.Model/Dlna/StreamBuilder.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
84a3db6f84
commit
9ebd521754
1 changed files with 2 additions and 1 deletions
|
|
@ -750,7 +750,8 @@ namespace MediaBrowser.Model.Dlna
|
|||
{
|
||||
var videoCodecs = ContainerProfile.SplitValue(transcodingProfile.VideoCodec);
|
||||
|
||||
if (ContainerProfile.ContainsContainer(videoCodecs, item.VideoStream.Codec)) {
|
||||
if (ContainerProfile.ContainsContainer(videoCodecs, item.VideoStream.Codec))
|
||||
{
|
||||
var videoCodec = transcodingProfile.VideoCodec;
|
||||
var container = transcodingProfile.Container;
|
||||
var appliedVideoConditions = options.Profile.CodecProfiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue