Chromium Code Reviews| Index: source/libvpx/vp8/encoder/block.h |
| =================================================================== |
| --- source/libvpx/vp8/encoder/block.h (revision 191025) |
| +++ source/libvpx/vp8/encoder/block.h (working copy) |
| @@ -37,7 +37,7 @@ |
| /* 16 Y blocks, 4 U blocks, 4 V blocks each with 16 entries */ |
| short *quant; |
| short *quant_fast; |
| - unsigned char *quant_shift; |
| + short *quant_shift; |
| short *zbin; |
| short *zrun_zbin_boost; |
| short *round; |