Revision 0724a674 libavcodec/vc1dec.c
libavcodec/vc1dec.c | ||
---|---|---|
1481 | 1481 |
|
1482 | 1482 |
{ |
1483 | 1483 |
int last = 0, skip, value; |
1484 |
const int8_t *zz_table; |
|
1484 |
const uint8_t *zz_table;
|
|
1485 | 1485 |
int scale; |
1486 | 1486 |
int k; |
1487 | 1487 |
|
... | ... | |
1667 | 1667 |
|
1668 | 1668 |
if(coded) { |
1669 | 1669 |
int last = 0, skip, value; |
1670 |
const int8_t *zz_table; |
|
1670 |
const uint8_t *zz_table;
|
|
1671 | 1671 |
int k; |
1672 | 1672 |
|
1673 | 1673 |
if(v->s.ac_pred) { |
... | ... | |
1874 | 1874 |
|
1875 | 1875 |
if(coded) { |
1876 | 1876 |
int last = 0, skip, value; |
1877 |
const int8_t *zz_table; |
|
1877 |
const uint8_t *zz_table;
|
|
1878 | 1878 |
int k; |
1879 | 1879 |
|
1880 | 1880 |
zz_table = wmv1_scantable[0]; |
Also available in: Unified diff