rewrote node data types as or flags

The data types can now be or'd to match broader data types.
This commit is contained in:
itsmattkc
2019-12-04 20:26:43 +11:00
parent bae448fc32
commit 88c3bd44a5
9 changed files with 180 additions and 110 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ QString Sequence::duration()
return QString();
}
rational timeline_length = timeline_output_->length_output()->get_realtime_value().value<rational>();
rational timeline_length = timeline_output_->length();
int64_t timestamp = olive::time_to_timestamp(timeline_length, video_params_.time_base());