Commit 46db660c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

SVCD sub: kill config_Get

parent 890ec5e2
...@@ -149,9 +149,9 @@ static int DecoderOpen( vlc_object_t *p_this ) ...@@ -149,9 +149,9 @@ static int DecoderOpen( vlc_object_t *p_this )
if( p_sys == NULL ) if( p_sys == NULL )
return VLC_ENOMEM; return VLC_ENOMEM;
p_sys->i_debug = config_GetInt( p_this, MODULE_STRING "-debug" ); p_sys->i_debug = var_InheritInteger( p_this, MODULE_STRING "-debug" );
p_sys->i_image = -1; p_sys->i_image = -1;
p_sys->i_state = SUBTITLE_BLOCK_EMPTY; p_sys->i_state = SUBTITLE_BLOCK_EMPTY;
p_sys->p_spu = NULL; p_sys->p_spu = NULL;
......
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