mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01:00
Forgot to update out_bit_costs to symbol_bit_costs at one instance.
Change-Id: Iaf952c0cb6e3fe35257d2503a16a437c6f2eb3aa
This commit is contained in:
parent
cf33ccd160
commit
ec123ca3f6
@ -392,7 +392,7 @@ static int HistogramRefine(VP8LHistogram** const raw, int raw_size,
|
||||
}
|
||||
symbols[i] = best_out;
|
||||
}
|
||||
free(out_bit_costs);
|
||||
free(symbol_bit_costs);
|
||||
|
||||
// Recompute each out based on raw and symbols.
|
||||
for (i = 0; i < out_size; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user