]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/screen.c
lower case the module_* functions
[vlc] / modules / access / screen / screen.c
index c349a78901cf98f2bd7b8624f5c9e0e540a5d334..aff35f8eecd7fd37601e48f4ad94c8bf19ff3c80 100644 (file)
@@ -350,7 +350,7 @@ void RenderCursor( demux_t *p_demux, int i_x, int i_y,
             p_sys->p_blend->fmt_in.video = p_sys->p_mouse->format;
             p_sys->p_blend->fmt_out = p_sys->fmt;
             p_sys->p_blend->p_module =
-                module_Need( p_sys->p_blend, "video blending", 0, 0 );
+                module_need( p_sys->p_blend, "video blending", 0, 0 );
             if( !p_sys->p_blend->p_module )
             {
                 msg_Err( p_demux, "Could not load video blending module" );