right-size some tables

Change-Id: I5e894fd3f0f4b666512108495d8cecb34f65e119
This commit is contained in:
James Zern
2017-11-21 21:07:45 -08:00
parent b299c47eac
commit 083507f244
8 changed files with 18 additions and 18 deletions

View File

@ -502,7 +502,7 @@ static const uint8_t
// Paragraph 9.9
static const int kBands[16 + 1] = {
static const uint8_t kBands[16 + 1] = {
0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7,
0 // extra entry as sentinel
};