From: Antoine Cellerier Date: Sun, 3 Aug 2008 22:01:59 +0000 (+0200) Subject: transform-type is a command. X-Git-Tag: 0.9.0~607 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e530496b69263d9746f574cb44238020bae316ec;p=vlc transform-type is a command. --- diff --git a/modules/video_filter/transform.c b/modules/video_filter/transform.c index e367817b71..0df5e2d8ac 100644 --- a/modules/video_filter/transform.c +++ b/modules/video_filter/transform.c @@ -140,7 +140,7 @@ static int Create( vlc_object_t *p_this ) p_vout->p_cfg ); /* Look what method was requested */ - psz_method = var_CreateGetNonEmptyString( p_vout, "transform-type" ); + psz_method = var_CreateGetNonEmptyStringCommand( p_vout, "transform-type" ); switch( p_vout->fmt_in.i_chroma ) {