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
01424198
Commit
01424198
authored
Dec 04, 2009
by
ivoire
Browse files
smem: use config_ChainParse for configuration.
parent
fdb892dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/smem.c
View file @
01424198
...
...
@@ -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"
);
...
...
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