Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
commitb4f5702c0a2643672e77491786a021b51b8d0aec
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 29 Mar 2009 14:37:21 +0000 (29 14:37 +0000)
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 29 Mar 2009 14:37:21 +0000 (29 14:37 +0000)
tree2b7c494314765afb76416dc3898032aeedff9059
parentc3cf2ce654f54c5dda2618ae9e26614d6fe4ab2a
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
This might avoid some issues since sws_scale in some cases assumes these
have at least 4 valid entries.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29101 b3059339-0415-0410-9bf9-f77b7e298cf2
libvo/vo_aa.c
libvo/vo_kva.c
libvo/vo_vesa.c
libvo/vo_x11.c