X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftimefront%2Ftimefront.C;h=88dc2987768639b39d1e750a9a29ba6609af3398;hb=310cfd249d955850c39757d80e07949ad4fef205;hp=59eb05dc1a6887464b3f7077dbf1f1f3df1f6605;hpb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/timefront/timefront.C b/cinelerra-5.0/plugins/timefront/timefront.C index 59eb05dc..88dc2987 100644 --- a/cinelerra-5.0/plugins/timefront/timefront.C +++ b/cinelerra-5.0/plugins/timefront/timefront.C @@ -770,7 +770,8 @@ int TimeFrontMain::process_buffer(VFrame **frame, read_frame(framelist[0], 0, start_position, - frame_rate); + frame_rate, + 0); this->input = framelist[0]; this->output = outframes[0]; need_reconfigure |= load_configuration(); @@ -849,7 +850,8 @@ int TimeFrontMain::process_buffer(VFrame **frame, read_frame(tfframe, 1, start_position, - frame_rate); + frame_rate, + 0); if (config.track_usage == TimeFrontConfig::OTHERTRACK_INTENSITY) { switch (tfframe->get_color_model()) @@ -916,7 +918,8 @@ int TimeFrontMain::process_buffer(VFrame **frame, read_frame(framelist[i], 0, start_position - i, - frame_rate); + frame_rate, + 0); } }