commit | f2d27e4519e5373767815d2050293c628242e34f | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Fri Dec 05 10:02:47 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Dec 16 23:21:36 2014 -0200 |
tree | e8f49c7aab92ac1943476b902f605103672db9e9 | |
parent | e272d95f8c0544cff55c485a10828b063c8e417c [diff] |
[media] v4l2-mediabus.h: use two __u16 instead of two __u32 The ycbcr_enc and quantization fields do not need a __u32. Switch to two __u16 types, thus preserving alignment and avoiding holes in the struct. This makes one more __u32 available for future expansion. Suggested by Sakari Ailus. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>