Mercurial > audlegacy-plugins
view src/wma/libffwma/utils.h @ 2957:77f8f7f1b0d8
Implement silence detection.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 15 Oct 2008 15:11:34 -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