v4l2object: Fix indentation
This commit is contained in:
parent
4d0f5f056e
commit
43c5db3c72
@ -3206,10 +3206,12 @@ gst_v4l2_video_colorimetry_matches (const GstVideoColorimetry * cinfo,
|
|||||||
GstVideoColorimetry ci;
|
GstVideoColorimetry ci;
|
||||||
static const GstVideoColorimetry ci_likely_jpeg = {
|
static const GstVideoColorimetry ci_likely_jpeg = {
|
||||||
GST_VIDEO_COLOR_RANGE_0_255, GST_VIDEO_COLOR_MATRIX_BT601,
|
GST_VIDEO_COLOR_RANGE_0_255, GST_VIDEO_COLOR_MATRIX_BT601,
|
||||||
GST_VIDEO_TRANSFER_UNKNOWN, GST_VIDEO_COLOR_PRIMARIES_UNKNOWN };
|
GST_VIDEO_TRANSFER_UNKNOWN, GST_VIDEO_COLOR_PRIMARIES_UNKNOWN
|
||||||
|
};
|
||||||
static const GstVideoColorimetry ci_jpeg = {
|
static const GstVideoColorimetry ci_jpeg = {
|
||||||
GST_VIDEO_COLOR_RANGE_0_255, GST_VIDEO_COLOR_MATRIX_BT601,
|
GST_VIDEO_COLOR_RANGE_0_255, GST_VIDEO_COLOR_MATRIX_BT601,
|
||||||
GST_VIDEO_TRANSFER_SRGB, GST_VIDEO_COLOR_PRIMARIES_BT709 };
|
GST_VIDEO_TRANSFER_SRGB, GST_VIDEO_COLOR_PRIMARIES_BT709
|
||||||
|
};
|
||||||
|
|
||||||
if (!gst_video_colorimetry_from_string (&ci, color))
|
if (!gst_video_colorimetry_from_string (&ci, color))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user