mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
v4l2object: Cleanup uneeded return statement
This commit is contained in:
parent
fd32440609
commit
496137854b
1 changed files with 0 additions and 2 deletions
|
@ -2163,8 +2163,6 @@ gst_v4l2_object_add_colorspace (GstV4l2Object * v4l2object, GstStructure * s,
|
|||
gst_structure_take_value (s, "colorimetry", &colorimetry);
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/* The frame interval enumeration code first appeared in Linux 2.6.19. */
|
||||
|
|
Loading…
Reference in a new issue