Warning and compatibility fixes.

Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Falk Hüffner 2003-05-24 18:48:30 +00:00
parent f184683552
commit 4cfbf61bf1
12 changed files with 20 additions and 27 deletions

View file

@ -84,7 +84,7 @@ void *__av_mallocz_static(void** location, unsigned int size)
return ptr;
}
/* free all static arrays and reset pointers to 0 */
void av_free_static()
void av_free_static(void)
{
if (array_static)
{