Skip to content

Commit

Permalink
fix: Populate HDR correctly (shaka-project#5369)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jun 29, 2023
1 parent 60a44d4 commit 1ad75ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/stream_utils.js
Expand Up @@ -1120,6 +1120,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) {
Expand Down

0 comments on commit 1ad75ec

Please sign in to comment.