Remove typo from Grid Matrix codeword dividing table

Bugfix by brunt, Fixes #34
This commit is contained in:
Robin Stuart 2016-10-09 15:01:16 +01:00
parent ee12f3569b
commit d3b6c9ec07

View File

@ -83,6 +83,7 @@ static const int gm_b2[] = {
0, 0, 0, 0, 0, 1, 2, 2, 4, 0, 4, 0, 6
};
/* Values from table A.1 */
static const int gm_ebeb[] = {
/* E1 B3 E2 B4 */
0, 0, 0, 0, // version 1
@ -104,7 +105,7 @@ static const int gm_ebeb[] = {
16, 2, 0, 0,
24, 2, 0, 0,
32, 2, 0, 0,
41, 1, 10, 1,
41, 1, 40, 1,
12, 2, 0, 0, // version 5
24, 2, 0, 0,
36, 2, 0, 0,