diff options
Diffstat (limited to 'MediaBrowser.Dlna/Profiles/WindowsPhoneProfile.cs')
| -rw-r--r-- | MediaBrowser.Dlna/Profiles/WindowsPhoneProfile.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MediaBrowser.Dlna/Profiles/WindowsPhoneProfile.cs b/MediaBrowser.Dlna/Profiles/WindowsPhoneProfile.cs index 80cc8ad719..66949c5330 100644 --- a/MediaBrowser.Dlna/Profiles/WindowsPhoneProfile.cs +++ b/MediaBrowser.Dlna/Profiles/WindowsPhoneProfile.cs @@ -96,6 +96,20 @@ namespace MediaBrowser.Dlna.Profiles new CodecProfile { Type = CodecType.Video, + Conditions = new [] + { + new ProfileCondition + { + Condition = ProfileConditionType.NotEquals, + Property = ProfileConditionValue.IsAnamorphic, + Value = "true" + } + } + }, + + new CodecProfile + { + Type = CodecType.Video, Codec="h264", Conditions = new [] { |
