From bce88287be074331d28b3354268d547d3a7bd8b1 Mon Sep 17 00:00:00 2001 From: whiteowl3 <71030468+whiteowl3@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:05:58 -0400 Subject: [PATCH] add missing hevc profile block --- source/utils/deviceCapabilities.brs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/source/utils/deviceCapabilities.brs b/source/utils/deviceCapabilities.brs index 0f83a540..eb9197d2 100644 --- a/source/utils/deviceCapabilities.brs +++ b/source/utils/deviceCapabilities.brs @@ -174,6 +174,30 @@ function getDeviceProfile() as object "IsRequired": false } ] + }, + { + "Type": "Video", + "Codec": "hevc", + "Conditions": [ + { + "Condition": "EqualsAny", + "Property": "VideoProfile", + "Value": "main"+MAIN10, + "IsRequired": false + }, + { + "Condition": "EqualsAny", + "Property": "VideoRangeType", + "Value": hevcVideoRangeTypes, + "IsRequired": false + }, + { + "Condition": "LessThanEqual", + "Property": "VideoLevel", + "Value": "153", + "IsRequired": false + } + ] } ], "SubtitleProfiles": [