add grouping, default proxy vcodec h264.mp4, default titlebar alpha=1, green bar bug
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edl.h
index 5e184d22965f18bdd76545a315a5c4806971f8e0..ad7e8cf996d1c7b93080ac36d769347bf3c77186 100644 (file)
@@ -223,6 +223,8 @@ public:
        int insert_clips(ArrayList<EDL*> *new_edls, int load_mode, Track *first_track = 0);
 // Add a copy of EDL* to the clip array.  Returns the copy.
        EDL* add_clip(EDL *edl);
+// resequence group ids starting at next_id
+       int regroup(int next_id);
 
        void get_shared_plugins(Track *source, ArrayList<SharedLocation*> *plugin_locations,
                int omit_recordable, int data_type);