commit | 737c097b9aed92906b4bb9f90f05eb4d5696f572 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <[email protected]> | Tue Sep 04 10:08:01 2012 -0300 |
committer | Mauro Carvalho Chehab <[email protected]> | Mon Oct 01 14:56:42 2012 -0300 |
tree | 70398985fa6e9793659a732974460e651103b905 | |
parent | f39a0dd62a1a0e674078c3273977bf055a21f80d [diff] |
[media] v4l2-ioctl.c: fix overlay support The vidioc_overlay op needs an unsigned int, not an unsigned int pointer. So we need a small function that dereferences the unsigned int pointer. Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>