[MPlayer-dev-eng] [PATCH] Change >8 memalign() to av_malloc() under libmpcodecs, avoiding crash under Win32

Uoti Urpala uoti.urpala at pp1.inet.fi
Tue Apr 13 19:55:46 CEST 2010


On Wed, 2010-04-14 at 01:47 +0800, Zuxy Meng wrote:
> As $title, pairing free() changed to av_free() too.

av_malloc only gives 16-byte alignment, so you're reducing the alignment
of the 64-byte aligned ones (presumably meant to be cache line
aligned?).




More information about the MPlayer-dev-eng mailing list