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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user