From cdbf88aed27c6e3ff8453754e1f1631806fffe4f Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 2 Oct 2023 17:12:18 +0900 Subject: [PATCH] Fix typo in API docs for incremental decoding Change-Id: I410450a9d2c5192086da9fceaeaabefb7b0f5e57 --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index c613ed34..c5d83dbb 100644 --- a/doc/api.md +++ b/doc/api.md @@ -157,7 +157,7 @@ decoding is not finished yet or VP8_STATUS_OK when decoding is done. Any other status is an error condition. The 'idec' object must always be released (even upon an error condition) by -calling: WebPDelete(idec). +calling: WebPIDelete(idec). To retrieve partially decoded picture samples, one must use the corresponding method: WebPIDecGetRGB or WebPIDecGetYUVA. It will return the last displayable