32 int main(
int argc,
char **argv)
42 if (argc > 1 && !strcmp(argv[1],
"-t")) {
43 for (
i = 0;
i < 1000;
i++) {
53 return checksum == 0x50e6e508 ? 0 : 1;
Public header for Adler-32 hash function implementation.
unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf, unsigned int len)
Calculate the Adler32 checksum of a buffer.
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
void av_log_set_level(int level)
Set the log level.
int main(int argc, char **argv)
static volatile int checksum
high precision timer, useful to profile code