From 59cae8ce2f40bb2f88afe48ad1d4a5da4c50e0a8 Mon Sep 17 00:00:00 2001 From: George Haidos Date: Mon, 18 Mar 2024 12:55:54 +0200 Subject: [PATCH] Fix annotations --- src/scripts/browserDeviceProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index fbc87ec8cc..9beec5427f 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -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"')