add timecode units/alignment/probe, add prefs auto_rotate,
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edits.h
index efd7f88e7f6c9729d66516ad4d94f08e470977d9..f38b0767256d0c7759f0e2fe1474000ef96fd7a7 100644 (file)
@@ -43,6 +43,7 @@ public:
 
        void equivalent_output(Edits *edits, int64_t *result);
        virtual void copy_from(Edits *edits);
+       virtual Edits& operator=(Edits& edits);
 // Insert edits from different EDL
        void insert_edits(Edits *edits,
                int64_t position,
@@ -83,6 +84,8 @@ public:
        void paste_silence(int64_t start, int64_t end);
 // Returns the newly created edit
        Edit *create_silence(int64_t start, int64_t end);
+       double early_timecode();
+       void align_timecodes(double offset);
 
        void resample(double old_rate, double new_rate);
 // Shift edits on or after position by distance