view adler32.h @ 98:e5409bf748df libavutil

Explicitly include fastmemcpy.h from libvo/.
author diego
date Fri, 18 Aug 2006 13:38:24 +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