[MPlayer-dev-eng] [PATCH] Change >8 memalign() to av_malloc() under libmpcodecs, avoiding crash under Win32
Diego Biurrun
diego at biurrun.de
Tue Apr 13 19:56:10 CEST 2010
On Wed, Apr 14, 2010 at 01:47:45AM +0800, Zuxy Meng wrote:
> As $title, pairing free() changed to av_free() too.
>
> --- libmpcodecs/mp_image.h (???? 31036)
> +++ libmpcodecs/mp_image.h (????????)
> @@ -23,6 +23,7 @@
> #include "mp_msg.h"
> +#include "../libavutil/mem.h"
Please avoid .. in include paths.
Diego
More information about the MPlayer-dev-eng
mailing list