Fix typo in API docs for incremental decoding

Change-Id: I410450a9d2c5192086da9fceaeaabefb7b0f5e57
This commit is contained in:
Anuraag Agrawal 2023-10-02 17:12:18 +09:00 committed by Vincent Rabaud
parent 05c469843c
commit cdbf88aed2

View File

@ -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