Commit 851e1c56 authored by Eric Lassauge's avatar Eric Lassauge Committed by Rafaël Carré

Changes for panoramix mode

Signed-off-by: default avatarRafaël Carré <rafael.carre@gmail.com>
parent 3bb2fbc5
......@@ -261,6 +261,7 @@ void ExtVideo::ChangeVFiltersString( const char *psz_name, bool b_add )
!strcmp( psz_name, "puzzle" ) ||
!strcmp( psz_name, "logo" ) ||
!strcmp( psz_name, "wall" ) ||
!strcmp( psz_name, "panoramix" ) ||
!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