commit | b29fd5639c8a7d2f419f0aea5a36f9a58027b29d | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Oct 09 06:10:28 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Dec 18 12:29:05 2017 -0500 |
tree | b7c7327b3cb98447231c6077a31488ca3777d818 | |
parent | 1beb623bdab53fb148b0ae4161b816e40ed16ca1 [diff] |
media: v4l2-tpg.h: rename color structs The color structs right now are just "color" and "color16". That may lead into conflicts, and don't define precisely what they meant. As those are used by two drivers (vivid and vimc), this is even on a somewhat public header! So rename them to: color -> tpg_rbg_color8 color16 -> tpg_rbg_color16 Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>