You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added support to insert the image of a clip inside a Tracked Object
This commit is contained in:
@@ -1218,6 +1218,8 @@ void Clip::AddEffect(EffectBase* effect)
|
||||
// Check if this clip has a parent timeline
|
||||
if (parentTimeline){
|
||||
|
||||
effect->ParentTimeline(parentTimeline);
|
||||
|
||||
// Iterate through effect's vector of Tracked Objects
|
||||
for (auto const& trackedObject : effect->trackedObjects){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user