mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-19 07:20:02 +02:00
Remove alpha encoding pessimization.
This was created to have outputs readable with libwebp 0.4.x Jelly-Bean and Kit-Kat are not supported anymore: https://android-developers.googleblog.com/2021/07/google-play-services-discontinuing-jelly-bean.html https://android-developers.googleblog.com/2023/07/google-play-services-discontinuing-updates-for-kitkat.html Change-Id: I0b9ff3091412ce12eb50da301d7dacace9b54cc3
This commit is contained in:
@ -88,11 +88,9 @@ int VP8LEncodeImage(const WebPConfig* const config,
|
||||
const WebPPicture* const picture);
|
||||
|
||||
// Encodes the main image stream using the supplied bit writer.
|
||||
// If 'use_cache' is false, disables the use of color cache.
|
||||
// Returns false in case of error (stored in picture->error_code).
|
||||
int VP8LEncodeStream(const WebPConfig* const config,
|
||||
const WebPPicture* const picture, VP8LBitWriter* const bw,
|
||||
int use_cache);
|
||||
const WebPPicture* const picture, VP8LBitWriter* const bw);
|
||||
|
||||
#if (WEBP_NEAR_LOSSLESS == 1)
|
||||
// in near_lossless.c
|
||||
|
Reference in New Issue
Block a user