diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ffmpeg/libavcodec/utils.h	Tue Mar 13 17:17:44 2007 -0700
@@ -0,0 +1,8 @@
+#ifndef _UTILS_H
+#define _UTILS_H
+
+void *av_mallocz(unsigned int size);
+void *__av_mallocz_static(void** location, unsigned int size);
+
+#endif
+