]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/extended_panels.cpp
Adding posterize filter to effects dialog
[vlc] / modules / gui / qt4 / components / extended_panels.cpp
index 8313536b8cafce6038b1c3a8e6a1dbc13433d3b5..b7d6e3effb8096917a5b4a6ce00ce94467defb7c 100644 (file)
@@ -138,6 +138,9 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
     SETUP_VFILTER( extract )
     SETUP_VFILTER_OPTION( extractComponentText, textChanged( const QString& ) )
 
+    SETUP_VFILTER( posterize )
+    SETUP_VFILTER_OPTION( posterizeLevelSpin, valueChanged( int ) )
+
     SETUP_VFILTER( colorthres )
     SETUP_VFILTER_OPTION( colorthresColorText, textChanged( const QString& ) )
     SETUP_VFILTER_OPTION( colorthresSaturationthresSlider, valueChanged( int ) )