fix alignment

Change-Id: I72d2c7a0faf240d3cada1b6fb86ffb32bead3eb2
This commit is contained in:
Pascal Massimino 2011-05-16 14:39:47 -07:00
parent eb66670c6f
commit aa87e4e063

View File

@ -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.