commit | 939f1377fbdb5d0d6d6ee1e234b8ab9328ca77ef | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@iki.fi> | Sun Aug 25 14:00:43 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Mar 05 16:21:54 2014 -0300 |
tree | ce2000a7fd236cc36a437682028e0820cc9a3cf0 | |
parent | c6c092135d4f61b038a41685147c79e966c2399c [diff] |
[media] v4l: Use full 32 bits for buffer flags The buffer flags field is 32 bits but the defined only used 16. This is fine, but as more than 16 bits will be used in the very near future, define them as 32-bit numbers for consistency. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>