memalign segfaults when used without declaration on amd64 (default function return...
commit808ce9a03a6d2f810ab3616c33105a08b987f07c
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 16 Feb 2006 22:43:42 +0000 (16 22:43 +0000)
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 16 Feb 2006 22:43:42 +0000 (16 22:43 +0000)
treed2faaca35531772b8d599d0e027b80feb61ae07e
parentacf99ed75be8b173891b1f8562ebda09b7710a6d
memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17636 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpcodecs/dec_audio.c