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