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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user