commit | c6b69c6c58288587c33efb43ca6e19f1c80b2757 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <elezegarcia@gmail.com> | Sun Aug 19 21:23:45 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Sep 25 10:53:34 2012 -0300 |
tree | ac4e7f87268f31f1261749bcaf07afbe6ba2fa14 | |
parent | 065741840b1a58e94d2304b283286b355cbbc616 [diff] |
[media] stk1160: Fix s_fmt and try_fmt implementation The driver was expecting to get a valid pixelformat on s_fmt and try_fmt. This is wrong, since the user may pass a bitmask and expect the driver to change it, returning a valid (fourcc) pixelformat. This problem was spotted by v4l2-compliance. Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>