mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 09:41:32 +08:00
Warning and compatibility fixes.
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user