FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
adler32.h File Reference

Public header for libavutil Adler32 hasher. More...

#include <stdint.h>
#include "attributes.h"

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

Detailed Description

Public header for libavutil Adler32 hasher.

Definition in file adler32.h.