Skip to content

Commit

Permalink
Change comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-zolotarenko committed Dec 1, 2023
1 parent f3a01f7 commit dd7d199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class ManifestParserDecorator implements shaka.extern.ManifestParser {
private retrieveStreamMediaSequenceTimeMaps(
variants: shaka.extern.Variant[]
) {
// For version 4.3
// For version 4.3 and above
const manifestProperties = Object.values(this.originalManifestParser);
let videoMap: Map<number, number> | undefined = undefined;
let audioMap: Map<number, number> | undefined = undefined;
Expand Down

0 comments on commit dd7d199

Please sign in to comment.