[vlc-devel] commit: Cosmetic ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Sep 20 17:32:51 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 20 18:22:21 2009 +0300| [b027c64c901d81d8df64f97eafd5f4a127dd720e] | committer: Rémi Denis-Courmont
Cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b027c64c901d81d8df64f97eafd5f4a127dd720e
---
modules/video_output/xcb/xvideo.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index 1239c07..993ea79 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -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;
More information about the vlc-devel
mailing list