mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
v4l2object: Fix indentation
This commit is contained in:
parent
4d0f5f056e
commit
43c5db3c72
1 changed files with 6 additions and 4 deletions
|
@ -3205,11 +3205,13 @@ 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…
Reference in a new issue