Opened 6 years ago

Last modified 5 years ago

#1498 new defect

Typos in the Table 9-43

Reported by: Haruhiko Owned by:
Priority: minor Milestone: v5
Component: Text Version: v5 (02/2018)
Keywords: Cc: rajan_joshi, jct-vc@…

Description

The Table 9-43 in the current spec(N17728) is:

palette_run_suffix

cMax = (PrefixOffset << 1) > PaletteMaxRunMinus1 ? (PalletMaxRun − PrefixOffset) : (PrefixOffset − 1)

But I think it should be:

cMax = (PrefixOffset << 1) > PaletteMaxRunMinus1 ? (PaletteMaxRunMinus1 − PrefixOffset) : (PrefixOffset − 1)

Change History (1)

comment:1 Changed 5 years ago by Haruhiko

  • Component changed from SCC text to Text
  • Milestone set to v5
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Haruhiko Tanaka(Reporter, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Rajan Joshi(Subscriber)