#include <stdint.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) |
| unsigned long av_adler32_update | ( | unsigned long | adler, | |
| const uint8_t * | buf, | |||
| unsigned int | len | |||
| ) |
Definition at line 32 of file adler32.c.
Referenced by av_adler32_update(), crc_write_packet(), and framecrc_write_packet().
1.5.6