]> git.sesse.net Git - vlc/commitdiff
The variable was already created by config_ChainParse.
authorRémi Duraffort <ivoire@videolan.org>
Thu, 25 Jun 2009 15:32:45 +0000 (17:32 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 25 Jun 2009 15:41:48 +0000 (17:41 +0200)
modules/video_filter/postproc.c

index c3b8c04d4caeced1ee0c698d526e441839b686e6..945925bef4eedf01c8de87ba0c98e9c212aae12a 100644 (file)
@@ -202,8 +202,7 @@ static int OpenPostproc( vlc_object_t *p_this )
     var_Get( p_filter, FILTER_PREFIX "q", &val_orig );
     var_Change( p_filter, FILTER_PREFIX "q", VLC_VAR_DELCHOICE, &val_orig, NULL );
 
-    val.psz_string = var_CreateGetNonEmptyStringCommand(
-                                            p_filter, FILTER_PREFIX "name" );
+    val.psz_string = var_GetNonEmptyString( p_filter, FILTER_PREFIX "name" );
     if( val_orig.i_int )
     {
         p_sys->pp_mode = pp_get_mode_by_name_and_quality( val.psz_string ?