]> git.sesse.net Git - vlc/commitdiff
Cosmetic
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 20 Sep 2009 15:22:21 +0000 (18:22 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 20 Sep 2009 15:22:21 +0000 (18:22 +0300)
modules/video_output/xcb/xvideo.c

index 1239c076efeb1e4725933fb1ce6209c4794f2dbf..993ea79b75b338c98ab4236ab9b38427201b2da3 100644 (file)
@@ -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;