[SCM] libav/experimental: Remove stray semicolon.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:08:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 33e7febdbe4ee288139e2e4f3e6b6edf5b9cde7d
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Mon Jun 21 22:54:53 2010 +0000

    Remove stray semicolon.
    
    Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index ab0a94c..0c4e0c4 100644
--- a/libavdevice/x11grab.c
+++ b/libavdevice/x11grab.c
@@ -260,7 +260,7 @@ paint_mouse_pointer(XImage *image, struct x11_grab *s)
     int to_line, to_column;
     int image_addr, xcim_addr;
 
-    xcim = XFixesGetCursorImage(dpy);;
+    xcim = XFixesGetCursorImage(dpy);
 
     x = xcim->x - xcim->xhot;
     y = xcim->y - xcim->yhot;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list