fixed clips not showing their first frames
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ ClipPtr Clip::copy(Track* s) {
|
||||
bool Clip::IsActiveAt(long timecode)
|
||||
{
|
||||
return enabled()
|
||||
&& timeline_in(true) < timecode
|
||||
&& timeline_in(true) <= timecode
|
||||
&& timeline_out(true) > timecode
|
||||
&& timecode - timeline_in(true) + clip_in(true) < media_length()
|
||||
&& !track()->IsEffectivelyMuted();
|
||||
|
||||
Reference in New Issue
Block a user