add adams 4.6->4.6.1 (mostly)
[goodguy/history.git] / cinelerra-5.0 / plugins / timefront / timefront.C
index 59eb05dc1a6887464b3f7077dbf1f1f3df1f6605..88dc2987768639b39d1e750a9a29ba6609af3398 100644 (file)
@@ -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);
                }
        }