mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
cosmetics
This commit is contained in:
@ -129,6 +129,7 @@ static inline void ITransformOne(const uint8_t* ref, const int16_t* in,
|
||||
tmp++;
|
||||
}
|
||||
}
|
||||
|
||||
static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst,
|
||||
int do_two) {
|
||||
ITransformOne(ref, in, dst);
|
||||
|
Reference in New Issue
Block a user