| Index: source/libvpx/vp9/decoder/vp9_detokenize.h
|
| diff --git a/source/libvpx/vp9/decoder/vp9_detokenize.h b/source/libvpx/vp9/decoder/vp9_detokenize.h
|
| index 5278e97a3028c50e886ae7be11c116c2cb1fe709..30d157c0ef5bff2d3f795ff7c7629702ba8d7d28 100644
|
| --- a/source/libvpx/vp9/decoder/vp9_detokenize.h
|
| +++ b/source/libvpx/vp9/decoder/vp9_detokenize.h
|
| @@ -20,8 +20,9 @@ extern "C" {
|
| #endif
|
|
|
| int vp9_decode_block_tokens(VP9_COMMON *cm, MACROBLOCKD *xd,
|
| - int plane, int block, BLOCK_SIZE plane_bsize,
|
| - int x, int y, TX_SIZE tx_size, vp9_reader *r);
|
| + FRAME_COUNTS *counts, int plane, int block,
|
| + BLOCK_SIZE plane_bsize, int x, int y,
|
| + TX_SIZE tx_size, vp9_reader *r);
|
|
|
| #ifdef __cplusplus
|
| } // extern "C"
|
|
|