[media] videodev2.h: Group YUV 3 planes formats together
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 15 Jun 2016 23:27:58 +0000 (20:27 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 28 Jun 2016 14:54:19 +0000 (11:54 -0300)
commit79c8d083e226fbfc20d9e801352fccfa7b08a8b3
tree487a80eb9201524954256a21502b9c8c67a58eac
parent80aa26593e3eb48f16c4222aa27ff40806f57c45
[media] videodev2.h: Group YUV 3 planes formats together

The formats are interleaved with the YUV packed and miscellaneous
formats, making the result confusing especially with the YUV444 format
being packed and not planar like YUV410 or YUV420. Move them to their
own group as the 2 planes or 3 non-contiguous planes formats to clarify
the header.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/uapi/linux/videodev2.h
This page took 0.02696 seconds and 5 git commands to generate.