upgrade libvpx+lv2, fix dbl tap play bug, add multi nest/unnest clips, add del top...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / unsharp / unsharp.C
index 1de85f0a1da4a1b8c06fb2fa1fa0355874247631..bea4b6cf83b9bc8f068fc9399e172f055c868221 100644 (file)
@@ -38,6 +38,11 @@ REGISTER_PLUGIN(UnsharpMain)
 
 
 UnsharpConfig::UnsharpConfig()
+{
+       reset();
+}
+
+void UnsharpConfig::reset()
 {
        radius = 5;
        amount = 0.5;