view src/ffmpeg/libffwma/utils.h @ 811:3afe5701df41 trunk

[svn] - remove h261/h263/h264 stuff
author nenolod
date Mon, 12 Mar 2007 11:38:51 -0700
parents 74abcb9cafae
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