cache: attempt to automatically re-match hashes on invalidate

This code is slow and unoptimized. Will require some more work.
This commit is contained in:
itsmattkc
2020-05-21 16:49:02 +10:00
parent cb72736f52
commit 34fade9d81
7 changed files with 73 additions and 21 deletions
+1 -3
View File
@@ -85,9 +85,7 @@ bool ExportTask::Run()
}
// Start render process
TimeRangeList ranges;
ranges.InsertTimeRange(range);
Render(ranges, mat, params_.audio_enabled());
Render({range}, mat, params_.audio_enabled());
bool success = true;