diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-15 16:15:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-15 16:15:47 +0000 |
commit | bd1071363648638a1a2d958edb70e8ca83ec4138 (patch) | |
tree | f8de9e326f2587a1216b3378c7ac0c559ec2fe32 /libavdevice | |
parent | bee972eeaddbcd92d8bc4823bd676fe19fa0e96f (diff) | |
download | ffmpeg-bd1071363648638a1a2d958edb70e8ca83ec4138.tar.gz |
typo fixes
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/x11grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 8ff34bf2b0..bb08dea91f 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -299,7 +299,7 @@ apply_masks(uint8_t *dst, int and, int or, int bits_per_pixel) /** * Paints a mouse pointer in an X11 image. * - * @param image Image where to paint the mouse pointer + * @param image image to paint the mouse pointer to * @param s context used to retrieve original grabbing rectangle * coordinates * @param x Mouse pointer coordinate |