add adams 4.6->4.6.1 (mostly)
[goodguy/history.git] / cinelerra-5.0 / plugins / denoiseseltempavg / seltempavg.C
index fc826c1d308c0f1a7d556442657c12be986ddeba..bfd8dea9b3f23d92e1682b89de263d95a8085bc6 100644 (file)
@@ -291,7 +291,8 @@ int SelTempAvgMain::process_buffer(VFrame *frame,
                                                read_frame(history[j],
                                                        0,
                                                        history_frame[j],
-                                                       frame_rate);
+                                                       frame_rate,
+                                                       0);
                                                add_accum(history[j]);
                                                break;
                                        }
@@ -317,7 +318,8 @@ int SelTempAvgMain::process_buffer(VFrame *frame,
                        read_frame(frame,
                                0,
                                i,
-                               frame_rate);
+                               frame_rate,
+                               0);
                        add_accum(frame);
 //printf("SelTempAvgMain::process_buffer 1 %lld %lld %lld\n", prev_frame, start_position, i);
                }
@@ -331,7 +333,8 @@ int SelTempAvgMain::process_buffer(VFrame *frame,
        read_frame(frame,
                        0,
                        start_position,
-                       frame_rate);
+                       frame_rate,
+                       0);
 
 
 // Transfer accumulation to output with division if average is desired.