Mercurial > audlegacy-plugins
view src/wma/libffwma/utils.h @ 2440:5e87f7cc8d13
Remove unneeded vars.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 07 Mar 2008 15:56:40 -0600 |
| 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
