NatronGitHub / openfx-misc

Miscellaneous OFX / OpenFX / Open Effects plugins
GNU General Public License v2.0
287 stars 91 forks source link

ChromaKeyer: fix division by zero #65

Closed yomgui1 closed 5 years ago

yomgui1 commented 5 years ago

Supression angle can be set to zero and so its tangent. This cause a division by zero.

Signed-off-by: Guillaume Roguez yomgui1@gmail.com

devernay commented 5 years ago

thanks!