You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user