diff Plugins/Input/wma/libffwma/avcodec.h @ 411:b13e87374f73 trunk

[svn] Care about pointer signedness.
author chainsaw
date Mon, 09 Jan 2006 12:30:26 -0800
parents cbdecaedd691
children 1ddaf20ab50e
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/avcodec.h	Sun Jan 08 16:49:05 2006 -0800
+++ b/Plugins/Input/wma/libffwma/avcodec.h	Mon Jan 09 12:30:26 2006 -0800
@@ -1760,7 +1760,7 @@
 /*char *av_strdup(const char *s);*/
 void __av_freep(void **ptr);
 #define av_freep(p) __av_freep((void **)(p))
-void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
+void *av_fast_realloc(void *ptr, int *size, unsigned int min_size);
 /* for static data only */
 /* call av_free_static to release all staticaly allocated tables */
 void av_free_static(void);