Commit 01424198 authored by Rémi Duraffort's avatar Rémi Duraffort

smem: use config_ChainParse for configuration.

parent fdb892dd
......@@ -161,6 +161,9 @@ static int Open( vlc_object_t *p_this )
return VLC_ENOMEM;
p_stream->p_sys = p_sys;
config_ChainParse( p_stream, SOUT_CFG_PREFIX, ppsz_sout_options,
p_stream->p_cfg );
p_sys->time_sync = var_CreateGetBool( p_stream, SOUT_CFG_PREFIX "time-sync" );
psz_tmp = var_CreateGetString( p_stream, SOUT_PREFIX_VIDEO "prerender-callback" );
......
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