diff options
author | Diego Biurrun | 2010-07-02 11:19:29 +0000 |
---|---|---|
committer | Diego Biurrun | 2010-07-02 11:19:29 +0000 |
commit | 09f6a45dc28f229d4cb1e31dffdea868501dfb43 (patch) | |
tree | 1a11d298c2f3950f3fad2ca6526c4c760ece3841 /libavdevice/x11grab.c | |
parent | c4e12a9fa4d4f524d7a5832d82594c6b72e2ecae (diff) |
Remove non-existing stray arguments from Doxygen function documentation.
Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/x11grab.c')
-rw-r--r-- | libavdevice/x11grab.c | 2 |
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) |