MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Remove

Method Remove

src/CacheMemory.cpp:158–161  ·  view source on GitHub ↗

Remove a specific frame

Source from the content-addressed store, hash-verified

156
157// Remove a specific frame
158void CacheMemory::Remove(int64_t frame_number)
159{
160 Remove(frame_number, frame_number);
161}
162
163// Remove range of frames
164void CacheMemory::Remove(int64_t start_frame_number, int64_t end_frame_number)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected