Commit 623e1967 authored by Pierre Ynard's avatar Pierre Ynard

vod: config_GetPsz -> var_InheritString

parent 403cd9fb
...@@ -263,7 +263,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -263,7 +263,7 @@ static int Open( vlc_object_t *p_this )
char *psz_url = NULL; char *psz_url = NULL;
vlc_url_t url; 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 ); vlc_UrlParse( &url, psz_url, 0 );
free( psz_url ); free( psz_url );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment