mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
normalize WebPValidatePicture declaration w/definition
quiets a warning under visual studio: src\enc\picture_enc.c(48) : warning C4028: formal parameter 1 different from declaration Change-Id: Ic3affbbb0e22ac8c43fa183e13506eee72e180dc
This commit is contained in:
parent
d3006f4b96
commit
53cf2b4997
@ -494,7 +494,7 @@ int VP8FilterStrengthFromDelta(int sharpness, int delta);
|
|||||||
// Returns true if 'picture' is non-NULL and dimensions/colorspace are within
|
// Returns true if 'picture' is non-NULL and dimensions/colorspace are within
|
||||||
// their valid ranges. If returning false, the 'error_code' in 'picture' is
|
// their valid ranges. If returning false, the 'error_code' in 'picture' is
|
||||||
// updated.
|
// updated.
|
||||||
int WebPValidatePicture(const WebPPicture* picture);
|
int WebPValidatePicture(const WebPPicture* const picture);
|
||||||
|
|
||||||
// Remove reference to the ARGB/YUVA buffer (doesn't free anything).
|
// Remove reference to the ARGB/YUVA buffer (doesn't free anything).
|
||||||
void WebPPictureResetBuffers(WebPPicture* const picture);
|
void WebPPictureResetBuffers(WebPPicture* const picture);
|
||||||
|
Loading…
Reference in New Issue
Block a user