Qt: Add Anaglyph 3D video filter to effects dialog.

Add new option in Tools/Effects and Filters/Video Effects/Advanced GUI
to toggle on/off Anaglyph 3D video filter.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
Zoran Turalija 2012-08-23 15:44:38 +02:00 committed by Jean-Baptiste Kempf
parent 7d4da02dae
commit 1cbac3d871
2 changed files with 11 additions and 1 deletions

View File

@ -247,6 +247,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
_parent->removeTab( _parent->indexOf( ui.tab_atmo ) );
}
SETUP_VFILTER( anaglyph )
#undef SETUP_VFILTER
#undef SETUP_VFILTER_OPTION
@ -685,7 +687,8 @@ void ExtVideo::gotoConf( QObject* src )
SHOWCONF( "puzzle" );
SHOWCONF( "wall" );
SHOWCONF( "gradient" );
SHOWCONF( "colorthres" )
SHOWCONF( "colorthres" );
SHOWCONF( "anaglyph" )
}
#endif

View File

@ -1785,6 +1785,13 @@
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="QCheckBox" name="anaglyphEnable">
<property name="text">
<string>Anaglyph 3D</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>