diff src/wma/libffwma/utils.h @ 878:aa044d71838f trunk

[svn] Goodbye ffmpeg, welcome back WMA.
author chainsaw
date Mon, 19 Mar 2007 13:15:52 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/wma/libffwma/utils.h	Mon Mar 19 13:15:52 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
+