Commit baa48168 authored by Laurent Aimar's avatar Laurent Aimar

Temporary workaround for video filter wrapper in qt4 (wall).

parent 0f2dfe74
......@@ -260,6 +260,7 @@ void ExtVideo::ChangeVFiltersString( const char *psz_name, bool b_add )
if( !strcmp( psz_name, "magnify" ) ||
!strcmp( psz_name, "puzzle" ) ||
!strcmp( psz_name, "logo" ) ||
!strcmp( psz_name, "wall" ) ||
!strcmp( psz_name, "clone" ) )
psz_module_name = "video_filter_wrapper";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment