function definition cleanup

Change-Id: I1f6bb4405f09c0c863d0bd1c77340636abdbae69
This commit is contained in:
Vincent Rabaud
2017-08-29 14:09:35 +02:00
parent 501ef6e4e9
commit c5e34fba66
3 changed files with 6 additions and 5 deletions

View File

@ -502,10 +502,6 @@ int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
// compressibility (no guarantee, though). Assumes that pic->use_argb is true.
void WebPCleanupTransparentAreaLossless(WebPPicture* const pic);
// in near_lossless.c
// Near lossless preprocessing in RGB color-space.
int VP8ApplyNearLossless(const WebPPicture* const picture, int quality,
uint32_t* const argb_dst);
//------------------------------------------------------------------------------
#ifdef __cplusplus