[vlc-devel] commit: Temporary workaround for video filter wrapper in qt4 (puzzle). ( Laurent Aimar )
git version control
git at videolan.org
Thu Jun 4 21:13:10 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jun 4 21:06:13 2009 +0200| [3bc7c39c2eb4ff7bbcc4b840c95772e8862b1630] | committer: Laurent Aimar
Temporary workaround for video filter wrapper in qt4 (puzzle).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bc7c39c2eb4ff7bbcc4b840c95772e8862b1630
---
modules/gui/qt4/components/extended_panels.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index f68e64c..ad72760 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -257,7 +257,8 @@ void ExtVideo::ChangeVFiltersString( const char *psz_name, bool b_add )
/* FIXME temporary hack */
const char *psz_module_name = psz_name;
- if( !strcmp( psz_name, "magnify" ) )
+ if( !strcmp( psz_name, "magnify" ) ||
+ !strcmp( psz_name, "puzzle" ) )
psz_module_name = "video_filter_wrapper";
module_t *p_obj = module_find( psz_module_name );
More information about the vlc-devel
mailing list