view src/wma/libffwma/utils.h @ 74:11d45400f5ed trunk

[svn] The mixer device isn't opened and closed for every action now, instead it gets opened as soon as needed and closed if it's not needed anymore. This fixes a lot of bugs with the mixer of the OSS plugin, including the one that settigns the volume on OpenBSD via OSS didn't work at all.
author js
date Mon, 02 Oct 2006 11:29:31 -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