diff options
Diffstat (limited to 'MediaBrowser.Model/Dlna/Profiles/AndroidProfile.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/Profiles/AndroidProfile.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/Profiles/AndroidProfile.cs b/MediaBrowser.Model/Dlna/Profiles/AndroidProfile.cs index 1f27e5991c..04b4a808d4 100644 --- a/MediaBrowser.Model/Dlna/Profiles/AndroidProfile.cs +++ b/MediaBrowser.Model/Dlna/Profiles/AndroidProfile.cs @@ -114,7 +114,8 @@ namespace MediaBrowser.Model.Dlna.Profiles new ProfileCondition(ProfileConditionType.LessThanEqual, ProfileConditionValue.Width, "1920"), new ProfileCondition(ProfileConditionType.LessThanEqual, ProfileConditionValue.Height, "1080"), new ProfileCondition(ProfileConditionType.LessThanEqual, ProfileConditionValue.VideoBitDepth, "8"), - new ProfileCondition(ProfileConditionType.NotEquals, ProfileConditionValue.IsAnamorphic, "true") + new ProfileCondition(ProfileConditionType.NotEquals, ProfileConditionValue.IsAnamorphic, "true"), + new ProfileCondition(ProfileConditionType.Equals, ProfileConditionValue.IsCabac, "true") } }, |
