Skip to content

Commit

Permalink
fix(HLS): Fix dvh1 and dvhe detection as video codec (#5364)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Jul 20, 2023
1 parent b77a947 commit 1181a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/manifest_parser_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ shaka.util.ManifestParserUtils.VIDEO_CODEC_REGEXPS_ = [
/^hvc/,
/^vp0?[89]/,
/^av01/,
/^dvhe/,
/^dvh/,
];


Expand Down

0 comments on commit 1181a35

Please sign in to comment.