view src/wma/libffwma/utils.h @ 957:f3ccef1dcd61 trunk

[svn] Hammer the WMA plugin into shape enough to bolt the following upstream commit on: "WMA decoder improvement, output closer to the dmo binary. Patch by Ian Braithwaite ian braithwaite dot dk".
author chainsaw
date Sat, 14 Apr 2007 17:38:32 -0700
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