view src/ffmpeg/libavcodec/utils.h @ 849:924b2300b232 trunk

[svn] - add missing file, utils.h
author nenolod
date Tue, 13 Mar 2007 17:17:44 -0700
parents
children
line wrap: on
line source

#ifndef _UTILS_H
#define _UTILS_H

void *av_mallocz(unsigned int size);
void *__av_mallocz_static(void** location, unsigned int size);

#endif