Use calloc to allocate a rather large (currently 32k) array instead of
commitbd5ec5065ebb8f2ff3f1ab3d7bc14097afc93e2d
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 20 Nov 2009 23:36:16 +0000 (20 23:36 +0000)
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 20 Nov 2009 23:36:16 +0000 (20 23:36 +0000)
treeff51ef4e375ffab8edcb3be8179fc32c1e12ebd8
parentdc6a72386cf52dd310b5e765cfff595eac2ed596
Use calloc to allocate a rather large (currently 32k) array instead of
putting it on the stack, performance should not matter much here.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29938 b3059339-0415-0410-9bf9-f77b7e298cf2
libvo/gl_common.c