]> git.sesse.net Git - vlc/commitdiff
* forgot to commit this yesterday after the --spu-foo renames
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 16 Feb 2005 13:49:41 +0000 (13:49 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 16 Feb 2005 13:49:41 +0000 (13:49 +0000)
src/video_output/vout_subpictures.c

index d8c35e1599656d077122998e0f2d216c8699abae..7461897fa467dac4910bd37ede7c3b1ca051e047 100644 (file)
@@ -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 );