Commit aa4e4b13 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: video effects. Remove noise

parent 823b1be0
...@@ -164,8 +164,6 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) : ...@@ -164,8 +164,6 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER( motiondetect ) SETUP_VFILTER( motiondetect )
// SETUP_VFILTER( noise )
SETUP_VFILTER( psychedelic ) SETUP_VFILTER( psychedelic )
SETUP_VFILTER( sharpen ) SETUP_VFILTER( sharpen )
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>542</width> <width>629</width>
<height>284</height> <height>321</height>
</rect> </rect>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>3</number>
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">
...@@ -860,13 +860,6 @@ ...@@ -860,13 +860,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1">
<widget class="QCheckBox" name="noiseEnable">
<property name="text">
<string>Noise</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_atmo"> <widget class="QWidget" name="tab_atmo">
...@@ -1652,7 +1645,6 @@ ...@@ -1652,7 +1645,6 @@
<tabstop>gradientCartoonCheck</tabstop> <tabstop>gradientCartoonCheck</tabstop>
<tabstop>sepiaEnable</tabstop> <tabstop>sepiaEnable</tabstop>
<tabstop>sepiaIntensitySpin</tabstop> <tabstop>sepiaIntensitySpin</tabstop>
<tabstop>noiseEnable</tabstop>
<tabstop>posterizeEnable</tabstop> <tabstop>posterizeEnable</tabstop>
<tabstop>posterizeLevelSpin</tabstop> <tabstop>posterizeLevelSpin</tabstop>
<tabstop>motionblurEnable</tabstop> <tabstop>motionblurEnable</tabstop>
......
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