Warning and compatibility fixes.
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f184683552
commit
4cfbf61bf1
12 changed files with 20 additions and 27 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue