VP8: fix function declaration

This commit is contained in:
Jason Garrett-Glaser 2011-03-09 19:53:52 -08:00
parent b1d2f812c9
commit 3efbe13739
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ void decode_mb_mode(VP8Context *s, VP8Macroblock *mb, int mb_x, int mb_y, uint8_
* otherwise, the index of the last coeff decoded plus one
*/
static int decode_block_coeffs_internal(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, uint8_t *token_prob, int16_t qmul[2])
{
goto skip_eob;