[FFmpeg-cvslog] VP8: fix other function declaration
Jason Garrett-Glaser
git
Tue Mar 15 16:55:13 CET 2011
ffmpeg | branch: master | Jason Garrett-Glaser <jason at x264.com> | Sat Mar 12 15:30:18 2011 -0800| [81a131312d0b56808e3f794cfd5d54ca6e13156f] | committer: Jason Garrett-Glaser
VP8: fix other function declaration
Was missed in 3efbe137.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81a131312d0b56808e3f794cfd5d54ca6e13156f
---
libavcodec/vp8.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 42f401d..c067f4c 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -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];
More information about the ffmpeg-cvslog
mailing list