mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
fix two numeric typos
Change-Id: I817bb424919f26c64475795935135ee8783486dd
This commit is contained in:
parent
5a936a0a21
commit
ff565edc25
@ -50,8 +50,8 @@ static const uint16_t kAcTable[128] = {
|
|||||||
62, 64, 66, 68, 70, 72, 74, 76,
|
62, 64, 66, 68, 70, 72, 74, 76,
|
||||||
78, 80, 82, 84, 86, 88, 90, 92,
|
78, 80, 82, 84, 86, 88, 90, 92,
|
||||||
94, 96, 98, 100, 102, 104, 106, 108,
|
94, 96, 98, 100, 102, 104, 106, 108,
|
||||||
110, 112, 14, 116, 119, 122, 125, 128,
|
110, 112, 114, 116, 119, 122, 125, 128,
|
||||||
131, 134, 37, 140, 143, 146, 149, 152,
|
131, 134, 137, 140, 143, 146, 149, 152,
|
||||||
155, 158, 161, 164, 167, 170, 173, 177,
|
155, 158, 161, 164, 167, 170, 173, 177,
|
||||||
181, 185, 189, 193, 197, 201, 205, 209,
|
181, 185, 189, 193, 197, 201, 205, 209,
|
||||||
213, 217, 221, 225, 229, 234, 239, 245,
|
213, 217, 221, 225, 229, 234, 239, 245,
|
||||||
|
Loading…
Reference in New Issue
Block a user