You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Changed / Refactored many enums and structs, to better standardize the naming of everything. Improved some more descriptions and briefs.
This commit is contained in:
@@ -298,7 +298,7 @@ void Timeline::update_closed_clips()
|
||||
void Timeline::SortClips()
|
||||
{
|
||||
// sort clips
|
||||
clips.sort(compare_clip_pointers());
|
||||
clips.sort(CompareClips());
|
||||
}
|
||||
|
||||
// Close the reader (and any resources it was consuming)
|
||||
|
||||
Reference in New Issue
Block a user