mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-19 07:20:02 +02:00
remove VP8Residual::cost unused field
Change-Id: Id494475b05c540b40fd104594acbcaa783b88d77
This commit is contained in:
@ -33,7 +33,6 @@ struct VP8Residual {
|
||||
int coeff_type;
|
||||
ProbaArray* prob;
|
||||
StatsArray* stats;
|
||||
CostArray* cost; // TODO(skal): remove in favor of *costs
|
||||
CostArrayPtr costs;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user