view src/wma/libffwma/utils.h @ 24:eb3bb3eec087 trunk

[svn] - fix AAC build issue
author nenolod
date Mon, 18 Sep 2006 04:02:01 -0700
parents 3da1b8942b8b
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