diff Plugins/Input/wma/libffwma/avio.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/avio.c	Wed Jul 12 21:16:35 2006 -0700
+++ b/Plugins/Input/wma/libffwma/avio.c	Thu Jul 13 16:01:57 2006 -0700
@@ -69,7 +69,7 @@
     err = -ENOENT;
     goto fail;
  found:
-    uc = malloc(sizeof(URLContext) + strlen(filename));
+    uc = av_malloc(sizeof(URLContext) + strlen(filename));
     if (!uc) {
         err = -ENOMEM;
         goto fail;