Fixing invalid cache after editing effect in a clip, and frame accuracy (converting timestamps into frame numbers). This makes frame by frame editing much better.

This commit is contained in:
Jonathan Thomas
2017-03-10 00:51:08 -06:00
parent bd85f1144d
commit ec65ca39b3
5 changed files with 94 additions and 48 deletions

View File

@@ -283,6 +283,7 @@ void CacheMemory::Clear()
frames.clear();
frame_numbers.clear();
ordered_frame_numbers.clear();
needs_range_processing = true;
}
// Count the frames in the queue