Skip to content

Commit

Permalink
stl: add some more comment to validateVerticalPosition()
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecorfec committed Sep 1, 2021
1 parent 1c68b6c commit fb8e3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stl.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,10 @@ func (t *ttiBlock) bytes(g *gsiBlock) (o []byte) {
}

// According to EBU 3264 (https://tech.ebu.ch/docs/tech/tech3264.pdf):
// page 12:
// for teletext subtitles, VP contains a value in the range 1-23 decimal (01h-17h)
// corresponding to theteletext row number of the first subtitle row.
// page 6:
// Teletext ("closed") subtitles are indicated via the Display Standard Code
// in the GSI block.
func validateVerticalPosition(vp int, dsc string) byte {
Expand Down

0 comments on commit fb8e3da

Please sign in to comment.