fix signature for VP8RecordCoeffTokens()

Change-Id: Ia2fe764b7280931335237ced8190604129fae565
This commit is contained in:
Pascal Massimino 2015-03-02 23:38:20 -08:00
parent c9b8ea0eef
commit 44bd95612e

View File

@ -345,7 +345,8 @@ int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
const uint8_t* const probas, int final_pass);
// record the coding of coefficients without knowing the probabilities yet
int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
int VP8RecordCoeffTokens(const int ctx, const int coeff_type,
int first, int last,
const int16_t* const coeffs,
VP8TBuffer* const tokens);