* rtsp.c: Retreive a description from an RTSP url.
*****************************************************************************
* Copyright (C) 2003 VideoLAN
- * $Id: rtsp.c,v 1.1 2003/08/03 02:00:00 fenrir Exp $
+ * $Id: rtsp.c,v 1.2 2003/08/03 12:04:28 fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
/* Update default_pts to a suitable value for RTSP access */
p_input->i_pts_delay = config_GetInt( p_input, "rtsp-caching" ) * 1000;
+ NetClose( p_input, i_handle );
url_Clean( &url );
return VLC_SUCCESS;