CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Wed May 15 15:07:18 CEST 2002
Update of /cvs/videolan/vlc/include
Modified Files:
common.h input_ext-plugins.h
Update of /cvs/videolan/vlc/plugins/access
Modified Files:
http.c udp.c
Update of /cvs/videolan/vlc/src/input
Modified Files:
input_ext-plugins.c
Update of /cvs/videolan/vlc/src/misc
Modified Files:
modules_plugin.h
Log Message:
On sam's advice I added the input_FDNetworkClose() function to be called
when closing a networking stream instead of input_FDClose(). It is due
to WIN32 because we have to call closesocket() instead of close() to
close the socket. The problem was : windows did not leave the multicast
group when closing the socket.
* input_ext-plugins.c : where is located the function
* *.h : function declaration
* udp.c, http.c : these modules now call input_FDNetworkClose()
--
marcari
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list