OSDN Git Service

[media] DocBook media: fix incorrect note about packed RGB and colorspace
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 17 Jul 2014 22:24:33 +0000 (19:24 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 22 Jul 2014 03:05:50 +0000 (00:05 -0300)
commit5cbf17f5054ee964782c377b57bc438756355f57
tree25b906c16cd453020ef602675569f99fcfc6f3db
parent8a75ffb81b1c1b6949d191fbef3eaa03fd648852
[media] DocBook media: fix incorrect note about packed RGB and colorspace

The fact that the pixelformat is using a packed RGB format has nothing
to do with the colorspace that is being used. Those are very different
things. The colorspace decides what color a triplet of RGB numbers
actually map to. E.g. a red color with values (255, 0, 0) is a different
type of red depending on the colorspace. If the original pixelformat was
e.g. YUV in colorspace REC709, then after the conversion to RGB the
colorspace is still REC709. Unless the hardware actually converted the
colorspace as well from REC709 to sRGB, but that rarely if ever happens.

Remove this incorrect comment.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml