Bump Wuffs
This commit is contained in:
parent
95bc91e020
commit
9286858573
5
fiv-io.c
5
fiv-io.c
|
@ -633,9 +633,8 @@ load_wuffs_frame(struct load_wuffs_frame_context *ctx, GError **error)
|
|||
if (!wuffs_base__status__is_ok(&status)) {
|
||||
set_error(error, wuffs_base__status__message(&status));
|
||||
|
||||
// The PNG decoder, at minimum, will flush any pixel data, so use them.
|
||||
if (status.repr != wuffs_base__suspension__short_read)
|
||||
goto fail;
|
||||
// The PNG decoder, at minimum, will flush any pixel data upon
|
||||
// finding out that the input is truncated, so accept whatever we get.
|
||||
}
|
||||
|
||||
if (ctx->target) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b70377a12c81cf88afe259f2b4085eb7a59eb59
|
||||
Subproject commit 40ff91b31b3286aa92fd3cb4656975b275ef8b10
|
Loading…
Reference in New Issue