Small fix

This commit is contained in:
denise 2013-05-29 13:16:14 -04:00
parent 4c2de70256
commit 90e235350f
1 changed files with 1 additions and 0 deletions

View File

@ -733,6 +733,7 @@ class Application_Model_Scheduler
if ($applyCrossfades) {
$nextStartDT = $this->findTimeDifference($nextStartDT,
$this->crossfadeDuration);
$endTimeDT = $this->findEndTime($nextStartDT, $file['cliplength']);
$endTimeDT = $this->findTimeDifference($endTimeDT, $this->crossfadeDuration);
/* Set it to false because the rest of the crossfades
* will be applied after we insert each item