[vlc-commits] commit: Qt: deactivate noise video filter (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Nov 4 02:05:16 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov  4 02:03:06 2010 +0100| [14c1270b267a24bb84089d373b857e012c2a4679] | committer: Jean-Baptiste Kempf 

Qt: deactivate noise video filter

It has become so slow in 1.2.0, especially on Win32, that this isn't
funny.
Maybe the new rands() are slower (4d6247fdd024)
Ref #4290

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14c1270b267a24bb84089d373b857e012c2a4679
---

 modules/gui/qt4/components/extended_panels.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 9a8bad9..fe74a0b 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -159,7 +159,7 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
 
     SETUP_VFILTER( motiondetect )
 
-    SETUP_VFILTER( noise )
+//    SETUP_VFILTER( noise )
 
     SETUP_VFILTER( psychedelic )
 



More information about the vlc-commits mailing list