This fixes: [#23672] If frame offset is too high the strip jumps forward

when you try to move it.
This commit is contained in:
Peter Schlaile
2010-09-04 20:55:31 +00:00
parent 979b06f739
commit e75f037fac

View File

@@ -166,7 +166,7 @@ typedef struct TransDataCurveHandleFlags {
typedef struct TransDataSeq {
struct Sequence *seq;
int flag; /* a copy of seq->flag that may be modified for nested strips */
short start_offset; /* use this so we can have transform data at the strips start, but apply correctly to the start frame */
int start_offset; /* use this so we can have transform data at the strips start, but apply correctly to the start frame */
short sel_flag; /* one of SELECT, SEQ_LEFTSEL and SEQ_RIGHTSEL */
} TransDataSeq;