X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fscreen%2Fscreen.c;h=7ad87dee6e588f6e29ae8de489f842e88e2c4f35;hb=deca66fb30c2d05690b6bfb77c7281213965c4d7;hp=55169f02782f9d8f505da4b1edce9180acb4d95e;hpb=66bd92014e5d721d8fe74bfd69f601bfd228012a;p=vlc diff --git a/modules/access/screen/screen.c b/modules/access/screen/screen.c index 55169f0278..7ad87dee6e 100644 --- a/modules/access/screen/screen.c +++ b/modules/access/screen/screen.c @@ -77,7 +77,7 @@ #ifdef SCREEN_MOUSE #define MOUSE_TEXT N_( "Mouse pointer image" ) #define MOUSE_LONGTEXT N_( \ - "If specifed, will use the image to draw the mouse pointer on the " \ + "If specified, will use the image to draw the mouse pointer on the " \ "capture." ) #endif @@ -340,7 +340,8 @@ void RenderCursor( demux_t *p_demux, int i_x, int i_y, p_sys->fmt.video.i_chroma, p_sys->fmt.video.i_width, p_sys->fmt.video.i_height, - p_sys->fmt.video.i_aspect ); + p_sys->fmt.video.i_aspect * p_sys->fmt.video.i_height, + VOUT_ASPECT_FACTOR * p_sys->fmt.video.i_width ); if( !p_sys->p_blend ) { p_sys->p_blend = vlc_object_create( p_demux, sizeof(filter_t) );