Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/x11grab.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index 63dc0f74f2..1b58d44f2e 100644
--- a/libavdevice/x11grab.c
+++ b/libavdevice/x11grab.c
@@ -243,8 +243,6 @@ x11grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
* @param image image to paint the mouse pointer to
* @param s context used to retrieve original grabbing rectangle
* coordinates
- * @param x Mouse pointer coordinate
- * @param y Mouse pointer coordinate
*/
static void
paint_mouse_pointer(XImage *image, struct x11_grab *s)