diff Plugins/Input/wma/libffwma/utils.c @ 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 d539e5c5f730
children f12d7e208b43
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/utils.c	Wed Jul 12 21:16:35 2006 -0700
+++ b/Plugins/Input/wma/libffwma/utils.c	Thu Jul 13 16:01:57 2006 -0700
@@ -28,7 +28,7 @@
 {
 	void *ptr;
     
-    	ptr = malloc(size);
+    	ptr = av_malloc(size);
     	if (!ptr)
         	return NULL;