Commit 81a13131 authored by Jason Garrett-Glaser's avatar Jason Garrett-Glaser

VP8: fix other function declaration

Was missed in 3efbe137.
parent 0215006a
......@@ -695,7 +695,7 @@ skip_eob:
static av_always_inline
int decode_block_coeffs(VP56RangeCoder *c, DCTELEM block[16],
uint8_t probs[8][3][NUM_DCT_TOKENS-1],
uint8_t probs[16][3][NUM_DCT_TOKENS-1],
int i, int zero_nhood, int16_t qmul[2])
{
uint8_t *token_prob = probs[i][zero_nhood];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment