Mercurial > audlegacy-plugins
view src/wma/libffwma/utils.h @ 3070:c33daa1689a4
output_method=1 (ugh. we need to kill more stuff, apparently)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 24 Apr 2009 10:00:27 -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