mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Update MediaBrowser.Model/Dlna/StreamBuilder.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
84a3db6f84
commit
9ebd521754
@ -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 New Issue
Block a user