mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-04 14:10:02 +01:00
fix ticket #17
git-svn-id: svn://code.dyne.org/veejay/trunk@252 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -463,7 +463,7 @@ int clip_get_longest(int clip_id)
|
||||
int tmp = 0;
|
||||
int t=0;
|
||||
int _id=0;
|
||||
int speed = si->speed;
|
||||
int speed = abs(si->speed);
|
||||
int duration = len / speed; //how many frames are played of this clip
|
||||
|
||||
if( si->looptype == 2) duration *= 2; // pingpong loop duration
|
||||
|
||||
Reference in New Issue
Block a user