Commit b027c64c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent f6fb388c
......@@ -533,8 +533,8 @@ static picture_t *Get (vout_display_t *vd)
if (!p_sys->pool)
{
picture_t *pic = picture_New (vd->fmt.i_chroma,
p_sys->att->width, p_sys->att->height, 0);
picture_t *pic = picture_New (vd->fmt.i_chroma, p_sys->att->width,
p_sys->att->height, 0);
if (!pic)
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment