mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-25 21:28:22 +01:00
fix alignment
Change-Id: I72d2c7a0faf240d3cada1b6fb86ffb32bead3eb2
This commit is contained in:
parent
eb66670c6f
commit
aa87e4e063
@ -208,7 +208,7 @@ int WebPPictureCopy(const WebPPicture* const src, WebPPicture* const dst);
|
||||
// Returns 0 in case of memory allocation error, or if the rectangle is
|
||||
// outside of the source picture.
|
||||
int WebPPictureCrop(WebPPicture* const picture,
|
||||
int left, int top, int width, int height);
|
||||
int left, int top, int width, int height);
|
||||
|
||||
// Rescale a picture to new dimension width x height.
|
||||
// Now gamma correction is applied.
|
||||
|
Loading…
Reference in New Issue
Block a user