]> git.sesse.net Git - vlc/commitdiff
Temporary workaround for video filter wrapper in qt4 (clone).
authorLaurent Aimar <fenrir@videolan.org>
Sat, 6 Jun 2009 17:17:27 +0000 (19:17 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 6 Jun 2009 17:40:14 +0000 (19:40 +0200)
modules/gui/qt4/components/extended_panels.cpp

index 0a80bf7997df5899134bc5e2519d99938cbcc2f6..88407a36f2abf18ce06054ad2b881b93e5767e06 100644 (file)
@@ -259,7 +259,8 @@ void ExtVideo::ChangeVFiltersString( const char *psz_name, bool b_add )
     const char *psz_module_name = psz_name;
     if( !strcmp( psz_name, "magnify" ) ||
         !strcmp( psz_name, "puzzle" ) ||
-        !strcmp( psz_name, "logo" ) )
+        !strcmp( psz_name, "logo" ) ||
+        !strcmp( psz_name, "clone" ) )
         psz_module_name = "video_filter_wrapper";
 
     module_t *p_obj = module_find( psz_module_name );