mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-20 07:49:56 +02:00
fix indent
after:
277d3074
Fix size_t overflow in WebPRescalerInit
Change-Id: I9adf7f01f28ddd54305512762e2ed28713282966
This commit is contained in:
@ -49,11 +49,11 @@ struct WebPRescaler {
|
||||
// Initialize a rescaler given scratch area 'work' and dimensions of src & dst.
|
||||
// Returns false in case of error.
|
||||
int WebPRescalerInit(WebPRescaler* const rescaler,
|
||||
int src_width, int src_height,
|
||||
uint8_t* const dst,
|
||||
int dst_width, int dst_height, int dst_stride,
|
||||
int num_channels,
|
||||
rescaler_t* const work);
|
||||
int src_width, int src_height,
|
||||
uint8_t* const dst,
|
||||
int dst_width, int dst_height, int dst_stride,
|
||||
int num_channels,
|
||||
rescaler_t* const work);
|
||||
|
||||
// If either 'scaled_width' or 'scaled_height' (but not both) is 0 the value
|
||||
// will be calculated preserving the aspect ratio, otherwise the values are
|
||||
|
Reference in New Issue
Block a user