x265 patch for threadpool shutdown fix submited as:
[goodguy/history.git] / cinelerra-5.0 / plugins / fieldframe / fieldframe.C
index bcb677a0470e099f753692a113284261ab42854e..0780c61b474d27cab37e239396aab198c50d9316 100644 (file)
@@ -439,14 +439,16 @@ int FieldFrame::process_buffer(VFrame *frame,
        read_frame(input, 
                0, 
                field1_position,
-               frame_rate * 2);
+               frame_rate * 2,
+               0);
        apply_field(frame, 
                input, 
                config.field_dominance == TOP_FIELD_FIRST ? 0 : 1);
        read_frame(input, 
                0, 
                field2_position,
-               frame_rate * 2);
+               frame_rate * 2,
+               0);
        apply_field(frame, 
                input, 
                config.field_dominance == TOP_FIELD_FIRST ? 1 : 0);