mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
Fixing nits
- Const Handling of picture object, removed bitwriter from encoder. Change-Id: Id943854de09324de81cca615ada960390c4b8152
This commit is contained in:
@ -44,9 +44,7 @@ typedef struct {
|
||||
int num_palette_colors;
|
||||
int use_predict_;
|
||||
int use_cross_color_;
|
||||
int use_emerging_palette_;
|
||||
|
||||
VP8LBitWriter bw_;
|
||||
int use_color_cache;
|
||||
} VP8LEncoder;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user