[FFmpeg-cvslog] VP8: fix function declaration
Jason Garrett-Glaser
git
Sat Mar 12 23:02:21 CET 2011
ffmpeg | branch: master | Jason Garrett-Glaser <jason at x264.com> | Wed Mar 9 19:53:52 2011 -0800| [3efbe137396d39e225315a9d1e4bf82d1a9c92e5] | committer: Jason Garrett-Glaser
VP8: fix function declaration
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3efbe137396d39e225315a9d1e4bf82d1a9c92e5
---
libavcodec/vp8.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 14d3df5..de077c8 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;
More information about the ffmpeg-cvslog
mailing list