-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libwebp
updated
13 files
+9 −5 | examples/cwebp.c | |
+6 −6 | examples/webpinfo.c | |
+52 −29 | imageio/image_enc.c | |
+1 −1 | src/dec/buffer_dec.c | |
+13 −2 | src/dec/vp8l_dec.c | |
+1 −1 | src/enc/alpha_enc.c | |
+2 −2 | src/enc/frame_enc.c | |
+1 −1 | src/enc/histogram_enc.c | |
+2 −2 | src/enc/vp8l_enc.c | |
+5 −4 | src/mux/anim_encode.c | |
+2 −1 | src/mux/muxedit.c | |
+1 −1 | src/utils/huffman_utils.c | |
+1 −1 | src/utils/utils.c |