fix hevc check for fMP4
This commit is contained in:
parent
bb7313270c
commit
cd99b752c5
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue