adler32.h File Reference
#include <stdint.h>
#include "attributes.h"
Include dependency graph for adler32.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

unsigned long av_adler32_update (unsigned long adler, const uint8_t *buf, unsigned int len) av_pure
 Calculate the Adler32 checksum of a buffer. More...