Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / module.h
index 590987b2ef3d6b3996eeebc7409d56e26540733d..1203f3b61912d538d1f8065917e64c7e4430c532 100644 (file)
@@ -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;