compositor: Fix double assignment
This commit is contained in:
parent
e9f0d0fb51
commit
41c11e3979
@ -252,11 +252,6 @@ _mixer_pad_get_output_size (GstCompositor * comp,
|
||||
*width = pad_width;
|
||||
if (height)
|
||||
*height = pad_height;
|
||||
|
||||
if (width)
|
||||
*width = pad_width;
|
||||
if (height)
|
||||
*height = pad_height;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user