Merge pull request #4757 from dmitrylyzo/fix-samsung_tv-dolbyvision
Remove Dolby Vision support on Samsung TV (Tizen)
This commit is contained in:
@@ -833,7 +833,8 @@ export function canPlaySecondaryAudio(videoTestElement) {
|
||||
}
|
||||
|
||||
if (browser.tizen || browser.web0s) {
|
||||
hevcVideoRangeTypes += '|HDR10|HLG|DOVI';
|
||||
hevcVideoRangeTypes += '|HDR10|HLG';
|
||||
if (browser.web0s) hevcVideoRangeTypes += '|DOVI';
|
||||
vp9VideoRangeTypes += '|HDR10|HLG';
|
||||
av1VideoRangeTypes += '|HDR10|HLG';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user