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 committed Jan 30, 2024
1 parent ee704a2 commit 00b73c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/util/manifest_parser_utils.js
Expand Up @@ -179,6 +179,8 @@ shaka.util.ManifestParserUtils.VIDEO_CODEC_REGEXPS_ = [
/^avc/,
/^hev/,
/^hvc/,
/^vvc/,
/^vvi/,
/^vp0?[89]/,
/^av01/,
/^dvh/,
Expand Down

0 comments on commit 00b73c8

Please sign in to comment.