]> git.sesse.net Git - vlc/commitdiff
transform-type is a command.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 3 Aug 2008 22:01:59 +0000 (00:01 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 3 Aug 2008 22:02:22 +0000 (00:02 +0200)
modules/video_filter/transform.c

index e367817b717b095b793690ed7906e13f371c7957..0df5e2d8ac34b05e15c2e14b6157c5ea9de8260a 100644 (file)
@@ -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 )
     {