X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftimeavg%2Ftimeavg.C;h=445bbf7f347a2189b3b5d5029c8f8375af397a56;hb=310cfd249d955850c39757d80e07949ad4fef205;hp=f95ab9267118ca1f540fdb34e61c3a7ed94317c5;hpb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/timeavg/timeavg.C b/cinelerra-5.0/plugins/timeavg/timeavg.C index f95ab926..445bbf7f 100644 --- a/cinelerra-5.0/plugins/timeavg/timeavg.C +++ b/cinelerra-5.0/plugins/timeavg/timeavg.C @@ -328,7 +328,8 @@ int TimeAvgMain::process_buffer(VFrame *frame, read_frame(history[j], 0, history_frame[j], - frame_rate); + frame_rate, + 0); if(config.mode == TimeAvgConfig::AVERAGE || config.mode == TimeAvgConfig::ACCUMULATE) { @@ -378,7 +379,8 @@ int TimeAvgMain::process_buffer(VFrame *frame, read_frame(frame, 0, i, - frame_rate); + frame_rate, + 0); add_accum(frame); printf("TimeAvgMain::process_buffer %d prev_frame=" _LD " start_position=" _LD " i=" _LD "\n", __LINE__, prev_frame, start_position, i);