Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_encodemb.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_encodemb.h (revision 290053) |
| +++ source/libvpx/vp9/encoder/vp9_encodemb.h (working copy) |
| @@ -33,7 +33,7 @@ |
| void vp9_encode_block_intra(MACROBLOCK *x, int plane, int block, |
| BLOCK_SIZE plane_bsize, TX_SIZE tx_size, |
| - unsigned char *skip); |
| + int8_t *skip); |
| void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); |