mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
updated windows phone profile
This commit is contained in:
parent
d9e0e2e91a
commit
3b1bbe2332
@ -102,20 +102,6 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
|
|
||||||
CodecProfiles = new[]
|
CodecProfiles = new[]
|
||||||
{
|
{
|
||||||
new CodecProfile
|
|
||||||
{
|
|
||||||
Type = CodecType.Video,
|
|
||||||
Conditions = new []
|
|
||||||
{
|
|
||||||
new ProfileCondition
|
|
||||||
{
|
|
||||||
Condition = ProfileConditionType.NotEquals,
|
|
||||||
Property = ProfileConditionValue.IsAnamorphic,
|
|
||||||
Value = "true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
new CodecProfile
|
new CodecProfile
|
||||||
{
|
{
|
||||||
Type = CodecType.Video,
|
Type = CodecType.Video,
|
||||||
@ -154,7 +140,13 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
Property = ProfileConditionValue.VideoLevel,
|
Property = ProfileConditionValue.VideoLevel,
|
||||||
Value = "3"
|
Value = "3"
|
||||||
},
|
},
|
||||||
new ProfileCondition(ProfileConditionType.EqualsAny, ProfileConditionValue.VideoProfile, "baseline|constrained baseline")
|
new ProfileCondition(ProfileConditionType.EqualsAny, ProfileConditionValue.VideoProfile, "baseline|constrained baseline"),
|
||||||
|
new ProfileCondition
|
||||||
|
{
|
||||||
|
Condition = ProfileConditionType.NotEquals,
|
||||||
|
Property = ProfileConditionValue.IsAnamorphic,
|
||||||
|
Value = "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -188,6 +180,12 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
Property = ProfileConditionValue.VideoFramerate,
|
Property = ProfileConditionValue.VideoFramerate,
|
||||||
Value = "24",
|
Value = "24",
|
||||||
IsRequired = false
|
IsRequired = false
|
||||||
|
},
|
||||||
|
new ProfileCondition
|
||||||
|
{
|
||||||
|
Condition = ProfileConditionType.NotEquals,
|
||||||
|
Property = ProfileConditionValue.IsAnamorphic,
|
||||||
|
Value = "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user