From d771b45fa7d61511e7adb29a3b9e86230f14e0b2 Mon Sep 17 00:00:00 2001 From: Adam Waldron Date: Thu, 7 Dec 2023 19:49:05 -0800 Subject: [PATCH] fix comment --- src/inheritAttributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inheritAttributes.js b/src/inheritAttributes.js index 23c9a91..494c59d 100644 --- a/src/inheritAttributes.js +++ b/src/inheritAttributes.js @@ -11,7 +11,7 @@ const keySystemsMap = { 'urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed': 'com.widevine.alpha', 'urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95': 'com.microsoft.playready', 'urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb': 'com.adobe.primetime', - // ISO-IEC 23009-1_2022 5.8.5.2.2 The mp4 Protection Scheme + // ISO_IEC 23009-1_2022 5.8.5.2.2 The mp4 Protection Scheme 'urn:mpeg:dash:mp4protection:2011': 'mp4protection' };