commit | 3f359a7cb1847900bc87b3498f72c1ee848942a7 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Jun 18 21:41:59 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Aug 18 08:49:07 2013 -0300 |
tree | 8e3aa4ac57bca83681cef003de048886d51e578e | |
parent | 5045b495196a624c17a1ef271cbdaa6d3e2d1097 [diff] |
[media] v4l: Fix colorspace conversion error in sample code The sample code erroneously scales the y1, pb and pr variables from the [0.0 .. 1.0] and [-0.5 .. 0.5] ranges to [0 .. 255] and [-128 .. 127]. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>