Commit 5d55f77f authored by Tristan Matthews's avatar Tristan Matthews Committed by Francois Cartegnie

ogg: initialize skeleton values that will be used in Close() (Fix #9830)

Signed-off-by: default avatarFrancois Cartegnie <fcvlcdev@free.fr>
parent 99730084
......@@ -242,6 +242,8 @@ static int Open( vlc_object_t *p_this )
p_sys->i_del_streams = 0;
p_sys->pp_del_streams = 0;
p_sys->i_pos = 0;
p_sys->skeleton.b_create = false;
p_sys->skeleton.b_head_done = false;
p_sys->skeleton.i_index_intvl =
var_InheritInteger( p_this, SOUT_CFG_PREFIX "indexintvl" );
p_sys->skeleton.i_index_ratio =
......
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