This commit is contained in:
itsmattkc
2019-02-02 14:37:27 +11:00
parent f5ae3d88b1
commit 3b9f2bb4ca
9 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ double Clip::getMediaFrameRate() {
}
void Clip::recalculateMaxLength() {
if (sequence != nullptr) {
if (this->sequence != nullptr) {
double fr = this->sequence->frame_rate;
fr /= speed;