fixed a bunch of multithreaded loading issues and #174
This commit is contained in:
@@ -210,6 +210,7 @@ double Clip::getMediaFrameRate() {
|
||||
if (!qIsNaN(rate)) return rate;
|
||||
}
|
||||
if (sequence != NULL) return sequence->frame_rate;
|
||||
return qSNaN();
|
||||
}
|
||||
|
||||
void Clip::recalculateMaxLength() {
|
||||
|
||||
Reference in New Issue
Block a user