mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01:00
fix signature for VP8RecordCoeffTokens()
Change-Id: Ia2fe764b7280931335237ced8190604129fae565
This commit is contained in:
parent
c9b8ea0eef
commit
44bd95612e
@ -345,7 +345,8 @@ int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
|
|||||||
const uint8_t* const probas, int final_pass);
|
const uint8_t* const probas, int final_pass);
|
||||||
|
|
||||||
// record the coding of coefficients without knowing the probabilities yet
|
// 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,
|
const int16_t* const coeffs,
|
||||||
VP8TBuffer* const tokens);
|
VP8TBuffer* const tokens);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user