Commit 0f2dfe74 authored by Laurent Aimar's avatar Laurent Aimar

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

parent 73cd72e3
......@@ -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 );
......
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