Skip to content

Commit

Permalink
fix(HLS): Fix VVC codec selection in HLS (#6156)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Jan 24, 2024
1 parent 151b29c commit 701ec9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/util/manifest_parser_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ shaka.util.ManifestParserUtils.VIDEO_CODEC_REGEXPS_ = [
/^avc/,
/^hev/,
/^hvc/,
/^vvc/,
/^vvi/,
/^vp0?[89]/,
/^av01/,
/^dvh/, // Dolby Vision based in HEVC
Expand Down

0 comments on commit 701ec9b

Please sign in to comment.