cleanup: remove some casts of memalign() return value
commit30f9c5cd2b60ee48812afe440d9b28a22c40159a
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 4 Feb 2011 10:06:01 +0000 (4 10:06 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 15 Feb 2011 17:20:37 +0000 (15 19:20 +0200)
tree41cae97bfd4b8ea012fe68e1faf3c94ee68b5549
parent8aac9fae9b21945751c6575e02f6f0dd6dd6d09e
cleanup: remove some casts of memalign() return value

Do not pointlessly cast the return value of memalign().
memalign() returns void*, which is compatible with any pointer in C.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32850 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpdemux/video.c
sub/sub.c