[vlc-devel] commit: transform-type is a command. (Antoine Cellerier )
git version control
git at videolan.org
Sun Aug 3 23:58:37 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Aug 4 00:01:59 2008 +0200| [e530496b69263d9746f574cb44238020bae316ec] | committer: Antoine Cellerier
transform-type is a command.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e530496b69263d9746f574cb44238020bae316ec
---
modules/video_filter/transform.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/transform.c b/modules/video_filter/transform.c
index e367817..0df5e2d 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 )
{
More information about the vlc-devel
mailing list