view adler32.h @ 91:04f62b676170 libavutil

floating point "emulation" code unused currently, but might come in handy for some fpu-less cpus
author michael
date Tue, 08 Aug 2006 07:58:10 +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