rework index builder, add pro ffmpeg format
[goodguy/history.git] / cinelerra-5.1 / plugins / denoise / denoise.C
index 3110053b94d6f1cd521eda23093f8a940a2e950c..8aa7ed7d8769baf94ec3fd911b079f3ea649fd1a 100644 (file)
@@ -754,12 +754,7 @@ void DenoiseConfig::interpolate(DenoiseConfig &prev,
 
 
 DenoiseWindow::DenoiseWindow(DenoiseEffect *plugin)
- : PluginClientWindow(plugin, 
-       150, 
-       50, 
-       150, 
-       50,
-       0)
+ : PluginClientWindow(plugin, 280, 50, 280, 50, 0)
 {
        this->plugin = plugin;
 }