|
FFmpeg
|
Computes the Adler-32 checksum of a data stream. More...
Functions | |
| unsigned long | av_adler32_update (unsigned long adler, const uint8_t *buf, unsigned int len) |
| Calculate the Adler32 checksum of a buffer. More... | |
Computes the Adler-32 checksum of a data stream.
This is a modified version based on adler32.c from the zlib library.
1.8.12