merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edits.h
index cd1c61e73e66d835f216afa940648f06b7fcdfa3..040c6bfa4cba746101b9d4269e3f12edf41106c4 100644 (file)
@@ -56,9 +56,8 @@ public:
                int64_t sample,
                int track_number);
 // Split edit containing position.
-       Edit* split_edit(int64_t position);
 // Return the second edit in the split.
-       Edit* split_edit(Edit *edit, int64_t position);
+       Edit* split_edit(int64_t position);
 // Create a blank edit in the native data format
        int clear_handle(double start,
                double end,
@@ -124,6 +123,7 @@ public:
                int edit_plugins,
                int edit_autos,
                Edits *trim_edits);
+       void deglitch(int64_t position);
        virtual int optimize();
 
        virtual int clone_derived(Edit* new_edit, Edit* old_edit) { return 0; }