You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Timeline.h: Formatting
This commit is contained in:
@@ -83,7 +83,7 @@ namespace openshot {
|
||||
struct CompareClipEndFrames {
|
||||
bool operator()(const openshot::Clip* lhs, const openshot::Clip* rhs) {
|
||||
return (lhs->Position() + lhs->Duration())
|
||||
<= (rhs->Position() + rhs->Duration());
|
||||
<= (rhs->Position() + rhs->Duration());
|
||||
}};
|
||||
|
||||
/// Like CompareClipEndFrames, but for effects
|
||||
|
||||
Reference in New Issue
Block a user