diff avcodec.h @ 2370:26560d4fdb1f libavcodec

Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
author michael
date Sat, 27 Nov 2004 18:10:06 +0000
parents 69fcdad5f7d5
children 2d95a6cd757a
line wrap: on
line diff
--- a/avcodec.h	Sat Nov 27 03:54:18 2004 +0000
+++ b/avcodec.h	Sat Nov 27 18:10:06 2004 +0000
@@ -2200,6 +2200,7 @@
 /* call av_free_static to release all staticaly allocated tables */
 void av_free_static(void);
 void *av_mallocz_static(unsigned int size);
+void *av_realloc_static(void *ptr, unsigned int size);
 
 /* add by bero : in adx.c */
 int is_adx(const unsigned char *buf,size_t bufsize);