diff avcodec.h @ 1026:d6ba0641cc36 libavcodec

cleanup
author michaelni
date Tue, 21 Jan 2003 21:30:48 +0000
parents ef905ded19fe
children 19de1445beb2
line wrap: on
line diff
--- a/avcodec.h	Tue Jan 21 17:34:12 2003 +0000
+++ b/avcodec.h	Tue Jan 21 21:30:48 2003 +0000
@@ -1236,6 +1236,7 @@
 void av_free(void *ptr);
 void __av_freep(void **ptr);
 #define av_freep(p) __av_freep((void **)(p))
+void *av_fast_realloc(void *ptr, int *size, int min_size);
 /* for static data only */
 /* call av_free_static to release all staticaly allocated tables */
 void av_free_static(void);