Re-enable encoding of alpha plane with color cache for next release.

This is a revert of: https://chromium-review.googlesource.com/#/c/73607/

Change-Id: I7ec45277d73608d77d5e873290c6c185caa30c32
This commit is contained in:
Urvang Joshi
2015-11-12 16:06:25 -08:00
committed by James Zern
parent 1f7148a4f1
commit 6ecd72f845
3 changed files with 8 additions and 14 deletions

View File

@ -64,10 +64,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.
WebPEncodingError VP8LEncodeStream(const WebPConfig* const config,
const WebPPicture* const picture,
VP8LBitWriter* const bw, int use_cache);
VP8LBitWriter* const bw);
//------------------------------------------------------------------------------