diff avcodec.h @ 3495:39302c85a59e libavcodec

Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
author lucabe
date Wed, 19 Jul 2006 07:28:58 +0000
parents 05bb54c1d979
children 419409926166
line wrap: on
line diff
--- a/avcodec.h	Tue Jul 18 11:00:55 2006 +0000
+++ b/avcodec.h	Wed Jul 19 07:28:58 2006 +0000
@@ -2597,10 +2597,7 @@
 
 
 /* memory */
-void *av_malloc(unsigned int size);
 void *av_mallocz(unsigned int size);
-void *av_realloc(void *ptr, unsigned int size);
-void av_free(void *ptr);
 char *av_strdup(const char *s);
 void av_freep(void *ptr);
 void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);