]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/logo.c
module_need wants pointers and boolean so give NULL and false instead of 0.
[vlc] / modules / video_filter / logo.c
index ec42a4b590575eb12989e995e4cb604a4eb44d0d..941ca223e8be487e04d6905277c74bf7662216f4 100644 (file)
@@ -411,7 +411,7 @@ static int Init( vout_thread_t *p_vout )
             p_vout->output.i_height;
 
     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_vout, "can't open blending filter, aborting" );