From 34f5b99126220c9d0e667a31ddfb64209e5842a7 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Sun, 18 Sep 2022 17:33:19 +0300 Subject: [PATCH] Update codecs.html --- www/codecs.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/codecs.html b/www/codecs.html index eeb8468c..883bbf5b 100644 --- a/www/codecs.html +++ b/www/codecs.html @@ -45,7 +45,9 @@ 'video/mp4; codecs="avc1.640032"', 'video/mp4; codecs="avc1.640C32"', 'video/mp4; codecs="avc1.F4001F"', - 'video/mp4; codecs="hvc1.016000"', + 'video/mp4; codecs="hvc1.1.6.L93.B0"', + 'video/mp4; codecs="hev1.1.6.L93.B0"', + 'video/mp4; codecs="hev1.2.4.L120.B0"', ]; const video = document.createElement("video");