Mercurial > audlegacy-plugins
view src/ffmpeg/libavcodec/utils.h @ 854:aac49941ee8f trunk
[svn] statusicon 0.3: alternative right-click menu with simple playback control commands
| author | giacomo |
|---|---|
| date | Wed, 14 Mar 2007 07:44:00 -0700 |
| parents | 924b2300b232 |
| 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
