v4l2object: Coding style fixes
This commit is contained in:
parent
3b5cac3659
commit
e31c6aa427
@ -1890,7 +1890,8 @@ static gboolean
|
|||||||
gst_v4l2_object_get_colorspace (struct v4l2_format *fmt,
|
gst_v4l2_object_get_colorspace (struct v4l2_format *fmt,
|
||||||
GstVideoColorimetry * cinfo)
|
GstVideoColorimetry * cinfo)
|
||||||
{
|
{
|
||||||
gboolean is_rgb = gst_v4l2_object_v4l2fourcc_is_rgb (fmt->fmt.pix.pixelformat);
|
gboolean is_rgb =
|
||||||
|
gst_v4l2_object_v4l2fourcc_is_rgb (fmt->fmt.pix.pixelformat);
|
||||||
enum v4l2_colorspace colorspace;
|
enum v4l2_colorspace colorspace;
|
||||||
enum v4l2_quantization range;
|
enum v4l2_quantization range;
|
||||||
enum v4l2_ycbcr_encoding matrix;
|
enum v4l2_ycbcr_encoding matrix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user