Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
623e1967
Commit
623e1967
authored
Jan 20, 2010
by
Pierre Ynard
Browse files
vod: config_GetPsz -> var_InheritString
parent
403cd9fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/rtsp.c
View file @
623e1967
...
...
@@ -263,7 +263,7 @@ static int Open( vlc_object_t *p_this )
char
*
psz_url
=
NULL
;
vlc_url_t
url
;
psz_url
=
config_GetPsz
(
p_vod
,
"rtsp-host"
);
psz_url
=
var_InheritString
(
p_vod
,
"rtsp-host"
);
vlc_UrlParse
(
&
url
,
psz_url
,
0
);
free
(
psz_url
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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