Commit 14c1270b authored by Jean-Baptiste Kempf's avatar 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 (4d6247fd)
Ref #4290
parent 7696907f
......@@ -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 )
......
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