Fix annotations

This commit is contained in:
George Haidos
2024-03-18 12:55:54 +02:00
committed by GeorgeH005
parent fbfdcd22e8
commit 59cae8ce2f
+1 -1
View File
@@ -212,7 +212,7 @@ function supportsDolbyVision(options) {
function supportedDolbyVisionProfilesHevc(videoTestElement) {
const supportedProfiles = [];
// Profiles 5/7/8 4k@60fps
// Profiles 5/8 4k@60fps
if (videoTestElement.canPlayType) {
if (videoTestElement
.canPlayType('video/mp4; codecs="dvh1.05.09"')