Styling fixes
This commit is contained in:
committed by
GeorgeH005
parent
59cae8ce2f
commit
d094d0cbb7
@@ -217,7 +217,7 @@ function supportedDolbyVisionProfilesHevc(videoTestElement) {
|
||||
if (videoTestElement
|
||||
.canPlayType('video/mp4; codecs="dvh1.05.09"')
|
||||
.replace(/no/, '')) supportedProfiles.push(5);
|
||||
if ( videoTestElement
|
||||
if (videoTestElement
|
||||
.canPlayType('video/mp4; codecs="dvh1.08.09"')
|
||||
.replace(/no/, '')) supportedProfiles.push(8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user