view src/wma/libffwma/utils.h @ 3072:8f56795e348d

crossfade-ng: correctly workaround possible buffer starvation issues with streams
author William Pitcock <nenolod@atheme.org>
date Sun, 26 Apr 2009 00:01:59 -0500
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