use frame rate and timebase less interchangeably

This commit is contained in:
itsmattkc
2021-04-07 13:08:25 +10:00
parent 898ea25e89
commit bb32048c65
22 changed files with 187 additions and 85 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ bool RenderTask::Render(ColorManager* manager,
double progress_counter = 0;
double total_length = 0;
double video_frame_sz = video_params().time_base().toDouble();
double video_frame_sz = video_params().frame_rate_as_time_base().toDouble();
// Store real time before any rendering takes place
qint64 job_time = QDateTime::currentMSecsSinceEpoch();