]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_intf.c
module_need wants pointers and boolean so give NULL and false instead of 0.
[vlc] / src / video_output / vout_intf.c
index ccba33e5b17c077e825eba65818ec3a0bdc525dd..7b3e6c6107eedd823b48541a04b91830fa1228bc 100644 (file)
@@ -116,7 +116,7 @@ void *vout_RequestWindow( vout_thread_t *p_vout,
     wnd->pos_y = *pi_y_hint;
     vlc_object_attach (wnd, p_vout);
 
-    wnd->module = module_need (wnd, "vout_window", 0, 0);
+    wnd->module = module_need (wnd, "vout_window", NULL, false);
     if (wnd->module == NULL)
     {
         msg_Dbg (wnd, "no window provider available");