X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmodule.h;h=1203f3b61912d538d1f8065917e64c7e4430c532;hb=81fc9cd689dd964a4736fa1f8986a64db6b4a937;hp=590987b2ef3d6b3996eeebc7409d56e26540733d;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/module.h b/cinelerra-5.1/cinelerra/module.h index 590987b2..1203f3b6 100644 --- a/cinelerra-5.1/cinelerra/module.h +++ b/cinelerra-5.1/cinelerra/module.h @@ -82,8 +82,6 @@ public: // CICache used during effect & nested EDL CICache *cache; -// If the cache was allocated by the module - int private_cache; // Parent EDL of this module when used for effect rendering. // Used by APluginArray. EDL *edl; @@ -99,8 +97,8 @@ public: // TRACK_AUDIO or TRACK_VIDEO int data_type; -// Pointer to transition in EDL - Plugin *transition; +// transition in EDL + int transition_id; // PluginServer for transition PluginServer *transition_server;