diff Plugins/Input/wma/libffwma/avcodec.h @ 1398:1ddaf20ab50e trunk

[svn] AltiVec support for WMA, by Luca "lu_zero" Barbato from Gentoo.
author chainsaw
date Thu, 13 Jul 2006 16:01:57 -0700
parents b13e87374f73
children
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/avcodec.h	Wed Jul 12 21:16:35 2006 -0700
+++ b/Plugins/Input/wma/libffwma/avcodec.h	Thu Jul 13 16:01:57 2006 -0700
@@ -1761,6 +1761,10 @@
 void __av_freep(void **ptr);
 #define av_freep(p) __av_freep((void **)(p))
 void *av_fast_realloc(void *ptr, int *size, unsigned int min_size);
+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);
 /* for static data only */
 /* call av_free_static to release all staticaly allocated tables */
 void av_free_static(void);