You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Removing "ChildClipId" property, no longer used for attaching clips to tracker or object detection effects: Use clip->Parent to attach clips to tracked objects now.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace openshot
|
||||
|
||||
// Constructor
|
||||
TrackedObjectBase::TrackedObjectBase(std::string _id)
|
||||
: visible(1.0), draw_box(1), id(_id), childClipId("") {}
|
||||
: visible(1.0), draw_box(1), id(_id) {}
|
||||
|
||||
Json::Value TrackedObjectBase::add_property_choice_json(
|
||||
std::string name, int value, int selected_value) const
|
||||
|
||||
Reference in New Issue
Block a user