[vlc-commits] commit: Fixed variable name in motion control intf. (Laurent Aimar )
git at videolan.org
git at videolan.org
Mon Oct 25 20:41:55 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Oct 23 23:17:07 2010 +0200| [84d2f956db0f2c5667a17cf156439bb3fa0f16d5] | committer: Laurent Aimar
Fixed variable name in motion control intf.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84d2f956db0f2c5667a17cf156439bb3fa0f16d5
---
modules/control/motion.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/motion.c b/modules/control/motion.c
index 538bcf0..091f767 100644
--- a/modules/control/motion.c
+++ b/modules/control/motion.c
@@ -245,7 +245,7 @@ static void RunIntf( intf_thread_t *p_intf )
if( p_vout )
{
config_PutPsz( p_vout, "transform-type", psz_type );
- var_SetString( p_vout, "vout-filter", psz_filter );
+ var_SetString( p_vout, "video-filter", psz_filter );
vlc_object_release( p_vout );
i_oldx = i_x;
More information about the vlc-commits
mailing list