filters: convolution: Fix segfault on unsupported pixel types.
commit8e61c5d90064c9b6ab07cba610604e2de02f4522
authorCyril Hrubis <metan@ucw.cz>
Fri, 2 Nov 2012 13:46:46 +0000 (2 14:46 +0100)
committerCyril Hrubis <metan@ucw.cz>
Fri, 2 Nov 2012 13:46:46 +0000 (2 14:46 +0100)
tree5cd1ed626741127a3543ea1abd8c398cf4eb74c6
parent51c0091e49c24df4bf762499d1728fc9271610e3
filters: convolution: Fix segfault on unsupported pixel types.

This temporarily solves segfault on unsupported pixel
types by returning ENOSYS.
libs/filters/GP_Linear.c