mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
Merge "Remove a redundant call to InitLeft() in VP8IteratorReset()"
This commit is contained in:
commit
78363e9e51
@ -53,7 +53,6 @@ void VP8IteratorReset(VP8EncIterator* const it) {
|
||||
VP8IteratorSetRow(it, 0);
|
||||
VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default
|
||||
InitTop(it);
|
||||
InitLeft(it);
|
||||
memset(it->bit_count_, 0, sizeof(it->bit_count_));
|
||||
it->do_trellis_ = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user