commit | 292a878720b26213bc773619715525e9f7a4f4a1 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Wed Mar 20 15:26:36 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Apr 14 19:56:07 2013 -0300 |
tree | 9923a1fae925448c02e1a37b11dbebab8bf57dae | |
parent | cd29ed853f90b39318643301d5389e80a7d466bc [diff] |
[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>