Styling fixes

This commit is contained in:
George Haidos
2024-03-23 18:38:41 +02:00
committed by GeorgeH005
parent 59cae8ce2f
commit d094d0cbb7
+1 -1
View File
@@ -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);
}