view adler32.h @ 105:f731186c3562 libavutil

Add license from zlib.h instead of referring to it.
author diego
date Sun, 03 Sep 2006 14:13:32 +0000
parents 0dbb7828d014
children 11be8e0d1344
line wrap: on
line source

#ifndef ADLER32_H
#define ADLER32_H

unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
                                unsigned int len);

#endif