[XviD-devel] function pointer deref appearance?

suxen_drol xvid-devel@xvid.org
Sun, 26 Jan 2003 17:29:17 +1100


hi,

ive noticed in motion_est.c calls to function points all take the form:

(*somefunc)(arg)	intead of	somefunc(args...)

they are perform the same thing; theres no difference.
the first style indicates clearly (to the code) that somefunc is
function pointer, but also makes it look messy.

i suggest we get remove the first style, and add this to docs/CodingStyle.
any comments?

-- pete; life is like a box of ammo