summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/src/dec/vp8li.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-03-06 14:33:16 +0100
committerLiang Qi <liang.qi@qt.io>2017-03-06 14:33:34 +0100
commitf2dbc67c2b032a5f27d0224e020fb6dfcd3fd142 (patch)
treec5c195998f538fd7b9aa1382ced53caf2dec3926 /src/3rdparty/libwebp/src/dec/vp8li.h
parentd2306d74850986692c02b70df0d7a6a6e933d0dc (diff)
parent03e507c8f3816053257b3c351d79c494b6f9174d (diff)
Merge remote-tracking branch 'origin/5.8' into 5.9
Diffstat (limited to 'src/3rdparty/libwebp/src/dec/vp8li.h')
-rw-r--r--src/3rdparty/libwebp/src/dec/vp8li.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdparty/libwebp/src/dec/vp8li.h b/src/3rdparty/libwebp/src/dec/vp8li.h
index 8886e47..9313bdc 100644
--- a/src/3rdparty/libwebp/src/dec/vp8li.h
+++ b/src/3rdparty/libwebp/src/dec/vp8li.h
@@ -100,8 +100,7 @@ struct ALPHDecoder; // Defined in dec/alphai.h.
// Decodes image header for alpha data stored using lossless compression.
// Returns false in case of error.
int VP8LDecodeAlphaHeader(struct ALPHDecoder* const alph_dec,
- const uint8_t* const data, size_t data_size,
- uint8_t* const output);
+ const uint8_t* const data, size_t data_size);
// Decodes *at least* 'last_row' rows of alpha. If some of the initial rows are
// already decoded in previous call(s), it will resume decoding from where it