summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_detokenize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_detokenize.h')
-rw-r--r--vp9/decoder/vp9_detokenize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_detokenize.h b/vp9/decoder/vp9_detokenize.h
index aa2afb16a..7b0d87601 100644
--- a/vp9/decoder/vp9_detokenize.h
+++ b/vp9/decoder/vp9_detokenize.h
@@ -19,8 +19,8 @@
extern "C" {
#endif
-int vp9_decode_block_tokens(MACROBLOCKD *xd, int plane, const scan_order *sc,
- int x, int y, TX_SIZE tx_size, vpx_reader *r,
+int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
+ const scan_order *sc, int x, int y, TX_SIZE tx_size,
int seg_id);
#ifdef __cplusplus