a first attempt at a new render system

This commit is contained in:
itsmattkc
2020-05-14 14:43:03 +10:00
parent c5dfddff0d
commit 863ae1b913
60 changed files with 927 additions and 3164 deletions
+1 -1
View File
@@ -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());