v4l2object: Cleanup uneeded return statement

This commit is contained in:
Nicolas Dufresne 2016-01-19 15:15:35 -05:00
parent fd32440609
commit 496137854b

View file

@ -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. */