Browse Source

VP8: fix other function declaration

Was missed in 3efbe137.
tags/n0.8
Jason Garrett-Glaser 14 years ago
parent
commit
81a131312d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vp8.c

+ 1
- 1
libavcodec/vp8.c View 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];


Loading…
Cancel
Save