mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
compositor: Fix double assignment
This commit is contained in:
parent
012e636e4e
commit
b27379051a
1 changed files with 0 additions and 5 deletions
|
@ -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…
Reference in a new issue