From 3efbe137396d39e225315a9d1e4bf82d1a9c92e5 Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Wed, 9 Mar 2011 19:53:52 -0800 Subject: VP8: fix function declaration --- libavcodec/vp8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp8.c') diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index 14d3df528b..de077c8886 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -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; -- cgit v1.2.3