diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 73ccff35b..a6f26cd04 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -467,7 +467,7 @@ import browser from './browser'; const hlsInTsVideoCodecs = []; const hlsInFmp4VideoCodecs = []; - if (browser.safari || browser.tizen || browser.web0s && canPlayHevc(videoTestElement, options)) { + if ((browser.safari || browser.tizen || browser.web0s) && canPlayHevc(videoTestElement, options)) { hlsInFmp4VideoCodecs.push('hevc'); }