1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

libwebp: Sync with upstream 1.0.2

This commit is contained in:
Rémi Verschelde
2019-03-04 13:02:20 +01:00
parent 2bc981948d
commit 93f6a065f8
17 changed files with 492 additions and 164 deletions

View File

@@ -248,6 +248,7 @@ int VP8LBitWriterClone(const VP8LBitWriter* const src,
dst->bits_ = src->bits_;
dst->used_ = src->used_;
dst->error_ = src->error_;
dst->cur_ = dst->buf_ + current_size;
return 1;
}