We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c75ff commit f33d5cbCopy full SHA for f33d5cb
include/Timeline.h
@@ -83,7 +83,7 @@ namespace openshot {
83
struct CompareClipEndFrames {
84
bool operator()(const openshot::Clip* lhs, const openshot::Clip* rhs) {
85
return (lhs->Position() + lhs->Duration())
86
- <= (rhs->Position() + rhs->Duration());
+ <= (rhs->Position() + rhs->Duration());
87
}};
88
89
/// Like CompareClipEndFrames, but for effects
0 commit comments