use frame rate and timebase less interchangeably
This commit is contained in:
@@ -56,6 +56,7 @@ void FrameHashCache::SetHash(const rational &time, const QByteArray &hash, const
|
||||
if (job.range.Contains(time)
|
||||
&& job_time < job.job_time) {
|
||||
// Hash here has changed since this frame started rendering, discard it
|
||||
qDebug() << "Discarded hash because old";
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -71,6 +72,7 @@ void FrameHashCache::SetHash(const rational &time, const QByteArray &hash, const
|
||||
|
||||
void FrameHashCache::SetTimebase(const rational &tb)
|
||||
{
|
||||
qDebug() << "Hello timebase" << tb;
|
||||
timebase_ = tb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user