mirror of
https://github.com/webmproject/libwebp.git
synced 2025-08-01 21:50:40 +02:00
Change-Id: I8f693b1ba2537de89bda1dfbcf3b95abd17e420a
This commit is contained in:
@ -382,8 +382,8 @@ static int CountChunks(const WebPChunk* const chunk_list, uint32_t tag) {
|
|||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
WebPMuxError WebPMuxNumChunks(const WebPMux* const mux, WebPChunkId id,
|
WebPMuxError WebPMuxNumChunks(const WebPMux* const mux,
|
||||||
int* num_elements) {
|
WebPChunkId id, int* num_elements) {
|
||||||
if (mux == NULL || num_elements == NULL) {
|
if (mux == NULL || num_elements == NULL) {
|
||||||
return WEBP_MUX_INVALID_ARGUMENT;
|
return WEBP_MUX_INVALID_ARGUMENT;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user