mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
v4l2: remove unused define
This commit is contained in:
parent
314efb684b
commit
e672123621
1 changed files with 0 additions and 6 deletions
|
@ -2204,12 +2204,6 @@ no_supported_capture_method:
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* Note about fraction simplification
|
||||
* * n1/d1 == n2/d2 is also written as n1 == ( n2 * d1 ) / d2
|
||||
* */
|
||||
#define fractions_are_equal(n1,d1,n2,d2) ((n1) == gst_util_uint64_scale_int((n2), (d1), (d2)))
|
||||
|
||||
gboolean
|
||||
gst_v4l2_object_set_format (GstV4l2Object * v4l2object, GstCaps * caps)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue