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:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 15:19:29 +0400
committerDiego Biurrun <diego@biurrun.de>2010-07-02 15:19:29 +0400
commit09f6a45dc28f229d4cb1e31dffdea868501dfb43 (patch)
tree1a11d298c2f3950f3fad2ca6526c4c760ece3841 /libavdevice
parentc4e12a9fa4d4f524d7a5832d82594c6b72e2ecae (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')
-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)