Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
eb8fdde6
Commit
eb8fdde6
authored
Aug 03, 2003
by
Laurent Aimar
Browse files
* rtsp: mmmh, close the socket.
parent
0927763d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/rtsp.c
View file @
eb8fdde6
...
...
@@ -2,7 +2,7 @@
* rtsp.c: Retreive a description from an RTSP url.
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: rtsp.c,v 1.
1
2003/08/03
0
2:0
0:00
fenrir Exp $
* $Id: rtsp.c,v 1.
2
2003/08/03
1
2:0
4:28
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -301,6 +301,7 @@ static int Open( vlc_object_t *p_this )
/* 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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment