vf_ilpack: fix incompatible function types
commit20ea5a1cfcfe26e62e3995b1fae9594cc7511016
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Wed, 1 Jun 2011 19:07:30 +0000 (1 19:07 +0000)
committerUoti Urpala <uau@mplayer2.org>
Wed, 6 Jul 2011 06:24:31 +0000 (6 09:24 +0300)
tree20eef4875df6a5a1b11e4456c8cedc57660bfdf4
parent3cbde4da84978565aadd387c93e8d53365a2f302
vf_ilpack: fix incompatible function types

Do not call functions through a function pointer specifying more
arguments. It is theoretically possible to have calling models
where this would break horribly.

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