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:
@@ -41,11 +41,13 @@ namespace openshot{
|
||||
{
|
||||
// Initializes the id as "None"
|
||||
id = "None";
|
||||
childClipId = "None";
|
||||
}
|
||||
|
||||
// Default constructor
|
||||
TrackedObjectBase::TrackedObjectBase(std::string _id) : visible(1.0)
|
||||
{
|
||||
Id(_id);
|
||||
childClipId = "None";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user