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