From be652801cc3b94345d2676820c178a8716ad04e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Thu, 29 Jun 2023 09:45:01 +0200 Subject: [PATCH] fix: Populate HDR correctly (#5369) --- lib/util/stream_utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/stream_utils.js b/lib/util/stream_utils.js index ef2cef36f3..0aec784a3d 100644 --- a/lib/util/stream_utils.js +++ b/lib/util/stream_utils.js @@ -1068,6 +1068,7 @@ shaka.util.StreamUtils = class { track.frameRate = video.frameRate || null; track.pixelAspectRatio = video.pixelAspectRatio || null; track.videoBandwidth = video.bandwidth || null; + track.hdr = video.hdr || null; } if (audio) {