view src/wma/libffwma/utils.h @ 1231:e2b45aa596ad

improved the metadata algorithm, but couldnt get rid of the crashes yet
author Cristi Magherusan <majeru@atheme-project.org>
date Wed, 11 Jul 2007 04:30:31 +0300
parents aa044d71838f
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