view src/wma/libffwma/utils.h @ 184:8e77ac977ca1 trunk

[svn] - so like, when will somebody else make some presets for this thing?
author nenolod
date Wed, 01 Nov 2006 22:28:54 -0800
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