fix transition at media start in opengl, fix circular shared tracks
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / virtualnode.h
index 5a114ed47c8c09f04df6e135f08c243746a879f7..56dc8f75a4ebd5d88522fb3c70cc308d7f0c5a5e 100644 (file)
@@ -76,6 +76,7 @@ public:
                                                        Track *track) { return 0; };
        virtual VirtualNode* create_plugin(Plugin *real_plugin) { return 0; };
 
+       int check_circular(Track *track);
 
 // Called by read_data to get the previous plugin in a parent node's subnode
 // table.