Merge branch 'clip-refactor-keyframes' of https://github.com/OpenShot/libopenshot into clip-refactor-keyframes

This commit is contained in:
FeRD (Frank Dana)
2020-10-19 16:26:09 -04:00
5 changed files with 12 additions and 16 deletions

View File

@@ -174,7 +174,7 @@ std::shared_ptr<Frame> QtImageReader::GetFrame(int64_t requested_frame)
int max_width = info.width;
int max_height = info.height;
Clip* parent = (Clip*) GetParentClip();
Clip* parent = (Clip*) ParentClip();
if (parent) {
if (parent->ParentTimeline()) {
// Set max width/height based on parent clip's timeline (if attached to a timeline)