]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
[media] videodev2.h: fix incorrect V4L2_DV_FL_HALF_LINE bitmask
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 20 Mar 2013 18:26:36 +0000 (15:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 14 Apr 2013 22:56:07 +0000 (19:56 -0300)
commit292a878720b26213bc773619715525e9f7a4f4a1
tree9923a1fae925448c02e1a37b11dbebab8bf57dae
parentcd29ed853f90b39318643301d5389e80a7d466bc
[media] videodev2.h: fix incorrect V4L2_DV_FL_HALF_LINE bitmask

This was set to 1 << 0 which is the same as V4L2_DV_FL_REDUCED_BLANKING.
It should be 1 << 3 instead. Luckily interlaced formats are rarely used,
which is why this bug wasn't seen until now.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/uapi/linux/videodev2.h