mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-28 14:38:21 +01:00
add doc precision about WebPParseHeaders() return codes
Change-Id: I970900f4a5abb4877a716bd4eb15939655ef5dad
This commit is contained in:
parent
db46daab97
commit
e5af49e9c0
@ -61,10 +61,10 @@ typedef struct {
|
|||||||
} WebPHeaderStructure;
|
} WebPHeaderStructure;
|
||||||
|
|
||||||
// Skips over all valid chunks prior to the first VP8/VP8L frame header.
|
// Skips over all valid chunks prior to the first VP8/VP8L frame header.
|
||||||
// Returns VP8_STATUS_OK on success,
|
// Returns: VP8_STATUS_OK, VP8_STATUS_BITSTREAM_ERROR (invalid header/chunk),
|
||||||
// VP8_STATUS_BITSTREAM_ERROR if an invalid header/chunk is found, and
|
// VP8_STATUS_NOT_ENOUGH_DATA (partial input) or VP8_STATUS_UNSUPPORTED_FEATURE
|
||||||
// VP8_STATUS_NOT_ENOUGH_DATA if case of insufficient data.
|
// in the case of non-decodable features (animation for instance).
|
||||||
// In 'headers', compressed_size, offset, alpha_data, alpha_size and lossless
|
// In 'headers', compressed_size, offset, alpha_data, alpha_size, and lossless
|
||||||
// fields are updated appropriately upon success.
|
// fields are updated appropriately upon success.
|
||||||
VP8StatusCode WebPParseHeaders(WebPHeaderStructure* const headers);
|
VP8StatusCode WebPParseHeaders(WebPHeaderStructure* const headers);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user