<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<small><br>
<br>
---<br>
modules/gui/qt4/components/extended_panels.cpp | 2 ++<br>
modules/gui/qt4/ui/video_effects.ui | 7 +++++++<br>
2 files changed, 9 insertions(+)<br>
<br>
diff --git a/modules/gui/qt4/components/extended_panels.cpp
b/modules/gui/qt4/components/extended_panels.cpp<br>
index 200f791..5197d28 100644<br>
--- a/modules/gui/qt4/components/extended_panels.cpp<br>
+++ b/modules/gui/qt4/components/extended_panels.cpp<br>
@@ -230,6 +230,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf,
QTabWidget *_parent ) :<br>
<br>
SETUP_VFILTER( oldmovie )<br>
<br>
+ SETUP_VFILTER( vhs )<br>
+<br>
SETUP_VFILTER( freeze )<br>
<br>
#undef SETUP_VFILTER<br>
diff --git a/modules/gui/qt4/ui/video_effects.ui
b/modules/gui/qt4/ui/video_effects.ui<br>
index e40abe5..4fdd469 100644<br>
--- a/modules/gui/qt4/ui/video_effects.ui<br>
+++ b/modules/gui/qt4/ui/video_effects.ui<br>
@@ -1806,6 +1806,13 @@<br>
</property><br>
</widget><br>
</item><br>
+ <item row="10" column="0"><br>
+ <widget class="QCheckBox" name="vhsEnable"><br>
+ <property name="text"><br>
+ <string>VHS effect</string><br>
+ </property><br>
+ </widget><br>
+ </item><br>
</layout><br>
</widget><br>
</widget><br>
-- <br>
1.8.1.2<br>
<br>
<br>
</small>
</body>
</html>