commit | df5c3e7c8a87a4384ff7a0adba16baae9a40a566 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Jun 19 08:51:22 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Jul 17 10:02:48 2015 -0300 |
tree | 7741eba8b5964817e7823599bd7e8d12eadf43d5 | |
parent | e31f8f00bfc081ec1881d92a2dd192aeddf1d9d7 [diff] |
[media] v4l: vsp1: Fix plane stride and size checks The checks need to be performed on up to two planes, as the third plane, if present, must have the same stride and size as the second plane. The code incorrectly performs the checks on at least two planes instead of at most two planes, fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>