comparison src/ffmpeg/libavcodec/utils.h @ 849:924b2300b232 trunk

[svn] - add missing file, utils.h
author nenolod
date Tue, 13 Mar 2007 17:17:44 -0700
parents
children
comparison
equal deleted inserted replaced
848:2452835bbfcf 849:924b2300b232
1 #ifndef _UTILS_H
2 #define _UTILS_H
3
4 void *av_mallocz(unsigned int size);
5 void *__av_mallocz_static(void** location, unsigned int size);
6
7 #endif
8