Commit 6aa4137f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: pl_CurrentInput doesn't take a playlist as argument.

parent 7b51aa6a
......@@ -286,9 +286,7 @@ input_thread_t *getInput(void)
intf_thread_t *p_intf = VLCIntf;
if (!p_intf)
return NULL;
input_thread_t *p_input = pl_CurrentInput(p_intf);
pl_Release(p_playlist);
return p_input;
return pl_CurrentInput(p_intf);
}
vout_thread_t *getVout(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment