Skip to content

Commit

Permalink
fix: Populate HDR correctly (#5369)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Jul 20, 2023
1 parent bac8f79 commit db67d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/stream_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,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 db67d8d

Please sign in to comment.