dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
420 stars 90 forks source link

CLAMP() macro: parenthesize all parameters inside macro body. #84

Closed hzeller closed 5 years ago

hzeller commented 5 years ago

Also, rename parameter 'l' and 'u' to 'low' and 'up' to make it harder to mistake the 'l' (letter L) for a '1' (one).

ddennedy commented 5 years ago

I prefer min and max myself.

hzeller commented 5 years ago

Alright, renamed to min and max. Probably a good idea to squash merge.