]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/screen.c
module_need wants pointers and boolean so give NULL and false instead of 0.
[vlc] / modules / access / screen / screen.c
index b66a10da5f8eef75a9abc24fda1c2283a3efa68f..3b423a8508c4dfb871a0838e84ecb006de938e3f 100644 (file)
@@ -349,7 +349,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", NULL, false );
             if( !p_sys->p_blend->p_module )
             {
                 msg_Err( p_demux, "Could not load video blending module" );