Commit e530496b authored by Antoine Cellerier's avatar Antoine Cellerier

transform-type is a command.

parent 6eecd1a8
......@@ -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 )
{
......
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