Skip to content

Commit

Permalink
fix(HLS): Fix IAMF codec selection in HLS (#6389)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Apr 3, 2024
1 parent 535d386 commit c59a3b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/manifest_parser_utils.js
Expand Up @@ -293,6 +293,7 @@ shaka.util.ManifestParserUtils.AUDIO_CODEC_REGEXPS_ = [
/^[ae]c-3$/,
/^ac-4$/,
/^dts[cex]$/, // DTS Digital Surround (dtsc), DTS Express (dtse), DTS:X (dtsx)
/^iamf/,
];


Expand Down

0 comments on commit c59a3b8

Please sign in to comment.