[Ffmpeg-devel] [PATCH] posix memalign

Daniel Kristjansson danielk
Fri May 13 15:48:49 CEST 2005


Simple patch that uses posix_memalign instead of plain memalign,
if _XOPEN_SOURCE is greater than or equal to 600.

Unlike the old memalign() call, the memory allocated by posix_memalign()
can always be freed using free().

-- 
Daniel Kristjansson <danielk at cat.nyu.edu>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: posix_memalign.patch
Type: text/x-patch
Size: 823 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20050513/3d931cef/attachment.bin>



More information about the ffmpeg-devel mailing list