mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
VP8LTransformColorFunc: drop an non-respected 'const' from the signature.
BUG=webp:355 Change-Id: Ie99bf377a55db2950bfbac9423bfe0967623ea5d
This commit is contained in:
parent
8c934902cd
commit
a0f72a4fe0
@ -124,7 +124,7 @@ void VP8LDspInit(void);
|
||||
typedef void (*VP8LProcessEncBlueAndRedFunc)(uint32_t* dst, int num_pixels);
|
||||
extern VP8LProcessEncBlueAndRedFunc VP8LSubtractGreenFromBlueAndRed;
|
||||
typedef void (*VP8LTransformColorFunc)(const VP8LMultipliers* const m,
|
||||
uint32_t* const dst, int num_pixels);
|
||||
uint32_t* dst, int num_pixels);
|
||||
extern VP8LTransformColorFunc VP8LTransformColor;
|
||||
typedef void (*VP8LCollectColorBlueTransformsFunc)(
|
||||
const uint32_t* argb, int stride,
|
||||
|
Loading…
Reference in New Issue
Block a user