Commit 4db0a6d5 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* forgot to commit this yesterday after the --spu-foo renames

parent 475694d4
......@@ -101,9 +101,9 @@ int spu_Init( spu_t *p_spu )
char *psz_filter, *psz_filter_orig;
vlc_value_t val;
/* If the user requested an SPU margin, we force the position. */
var_Create( p_spu, "spumargin", VLC_VAR_INTEGER | VLC_VAR_DOINHERIT );
var_Get( p_spu, "spumargin", &val );
/* If the user requested a sub margin, we force the position. */
var_Create( p_spu, "sub-margin", VLC_VAR_INTEGER | VLC_VAR_DOINHERIT );
var_Get( p_spu, "sub-margin", &val );
p_spu->i_margin = val.i_int;
var_Create( p_spu, "sub-filter", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
......
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