1234567891011121314151617181920212223242526 |
- #ifndef WEBP_ENC_DELTA_PALETTIZATION_H_
- #define WEBP_ENC_DELTA_PALETTIZATION_H_
- #include "../webp/encode.h"
- #include "../enc/vp8li_enc.h"
- WebPEncodingError WebPSearchOptimalDeltaPalette(VP8LEncoder* const enc);
- #endif
|