[vlc-devel] [PATCH 3/3] VHS: VHS filter - GUI

Vianney Boyer vlcvboyer at gmail.com
Fri Jul 26 19:58:12 CEST 2013



---
  modules/gui/qt4/components/extended_panels.cpp | 2 ++
  modules/gui/qt4/ui/video_effects.ui            | 7 +++++++
  2 files changed, 9 insertions(+)

diff --git a/modules/gui/qt4/components/extended_panels.cpp 
b/modules/gui/qt4/components/extended_panels.cpp
index 200f791..5197d28 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -230,6 +230,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, 
QTabWidget *_parent ) :

      SETUP_VFILTER( oldmovie )

+    SETUP_VFILTER( vhs )
+
      SETUP_VFILTER( freeze )

  #undef SETUP_VFILTER
diff --git a/modules/gui/qt4/ui/video_effects.ui 
b/modules/gui/qt4/ui/video_effects.ui
index e40abe5..4fdd469 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -1806,6 +1806,13 @@
        </property>
       </widget>
      </item>
+    <item row="10" column="0">
+     <widget class="QCheckBox" name="vhsEnable">
+      <property name="text">
+       <string>VHS effect</string>
+      </property>
+     </widget>
+    </item>
     </layout>
    </widget>
   </widget>
-- 
1.8.1.2


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130726/ad97aa7a/attachment.html>


More information about the vlc-devel mailing list