[vlc-devel] Re: Yet another audioscrobbler patch
Clément Stenac
zorglub at diwi.org
Mon Sep 18 08:29:53 CEST 2006
Hi,
This will crash at close if playlist is not running
(p_playlist->p_input == NULL)
Also, could you change things like
intf_thread_t *p_intf
.
.
.
p_intf = (intf_thread_t *) p_this;
to intf_thread_t *p_intf = (intf_thread_t *) p_this;
Thanks,
Clément
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list