Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] vivid: use consistent colorspace/Y'CbCr Encoding strings

Keep the colorspace and encoding names consistent with what is
used elsewhere (primarily the utilities in v4l-utils.git).

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
eb79dbf6 68998ea2

+2 -2
+2 -2
drivers/media/platform/vivid/vivid-ctrls.c
··· 689 689 690 690 static const char * const vivid_ctrl_colorspace_strings[] = { 691 691 "SMPTE 170M", 692 - "REC 709", 692 + "Rec. 709", 693 693 "sRGB", 694 694 "AdobeRGB", 695 695 "BT.2020", ··· 716 716 "xvYCC 601", 717 717 "xvYCC 709", 718 718 "sYCC", 719 - "BT.2020 Non-Constant Luminance", 719 + "BT.2020", 720 720 "BT.2020 Constant Luminance", 721 721 "SMPTE 240M", 722 722 NULL,