lv2 rework, sams ffmpeg icons, elision patch
[goodguy/history.git] / cinelerra-5.1 / cinelerra / virtualvnode.C
index 62af4046499eddc4609624477fbccf5e74cbfcf4..4e285be1b735fcbca8b661800a956330d03e32da 100644 (file)
@@ -203,7 +203,8 @@ int VirtualVNode::render_as_module(VFrame *video_out,
        int64_t start_position_project = (int64_t)(start_position *
                edl_rate /
                frame_rate);
-       if(direction == PLAY_REVERSE) start_position_project--;
+       if(direction == PLAY_REVERSE && start_position_project > 0 )
+               start_position_project--;
 
 
 // speed curve
@@ -263,12 +264,6 @@ int VirtualVNode::render_as_module(VFrame *video_out,
 //printf("VirtualVNode::render_as_module\n");
 //output_temp->dump_stacks();
 
-       Edit *edit = 0;
-       if(renderengine->show_tc)
-               renderengine->vrender->insert_timecode(edit,
-                       start_position,
-                       output_temp);
-
        return 0;
 }