OSDN Git Service

VP8: fix other function declaration
authorJason Garrett-Glaser <jason@x264.com>
Sat, 12 Mar 2011 23:30:18 +0000 (15:30 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Sat, 12 Mar 2011 23:36:15 +0000 (15:36 -0800)
Was missed in 3efbe137.

libavcodec/vp8.c

index 42f401d..c067f4c 100644 (file)
@@ -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];