Mercurial > audlegacy
annotate Plugins/Input/wma/libffwma/utils.h @ 1411:bf7fe0421354 trunk
[svn] Bolt on libmms versions of byteswap macros and bring yet more files in (mmsh.c & mms.h).
author | chainsaw |
---|---|
date | Sat, 15 Jul 2006 17:03:07 -0700 |
parents | ad1e65c6a854 |
children |
rev | line source |
---|---|
255
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
1 #ifndef _UTILS_H |
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
2 #define _UTILS_H |
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
3 |
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
4 void *av_mallocz(unsigned int size); |
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
5 void *__av_mallocz_static(void** location, unsigned int size); |
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
6 |
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
7 #endif |
ad1e65c6a854
[svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff
changeset
|
8 |