plugin fixes and upgrades
[goodguy/history.git] / cinelerra-5.0 / plugins / denoiseseltempavg / seltempavg.C
index bfd8dea9b3f23d92e1682b89de263d95a8085bc6..70a991ebf1ff114774e4f20e95e13bd8880bf9ce 100644 (file)
@@ -43,7 +43,7 @@ SelTempAvgConfig::SelTempAvgConfig()
        paranoid = 0;
        nosubtract = 0;
        offset_restartmarker_keyframe = 0;
-       offset_fixed_value = -1000;
+       offset_fixed_value = -15;
        gain = 1.00;
 
        avg_threshold_RY = 0; avg_threshold_GU = 0; avg_threshold_BV = 0;
@@ -817,6 +817,9 @@ void SelTempAvgMain::save_data(KeyFrame *keyframe)
        output.tag.set_property("MASK_BV", config.mask_BV);
 
        output.append_tag();
+       output.tag.set_title("/SELECTIVE_TEMPORAL_AVERAGE");
+       output.append_tag();
+       output.append_newline();
        output.terminate_string();
 }