Skip to content

Commit

Permalink
can be used be used
Browse files Browse the repository at this point in the history
  • Loading branch information
tykus160 committed Dec 16, 2024
1 parent fd60efb commit c42a20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cea/cea708_window.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ shaka.cea.Cea708Window = class {
// However, we don't know the aspect ratio of the video at this point,
// which determines how we interpret the horizontal anchor.
// So, we expose the additional flag to reflect whether these viewport
// anchor values can be used be used as is or should be converted
// anchor values can be used as is or should be converted
// to percentages.
region.viewportAnchorUnits = this.relativeToggle_ ?
shaka.text.CueRegion.units.PERCENTAGE : shaka.text.CueRegion.units.LINES;
Expand Down

0 comments on commit c42a20f

Please sign in to comment.