a first attempt at a new render system
This commit is contained in:
@@ -193,7 +193,7 @@ QIcon Sequence::icon()
|
||||
|
||||
QString Sequence::duration()
|
||||
{
|
||||
rational timeline_length = viewer_output_->Length();
|
||||
rational timeline_length = viewer_output_->GetLength();
|
||||
|
||||
int64_t timestamp = Timecode::time_to_timestamp(timeline_length, video_params().time_base());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user