Skip to content

Commit

Permalink
src/effects/Tracker.h: Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Apr 11, 2021
1 parent cd22b06 commit c6d9129
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/effects/Tracker.h
Expand Up @@ -64,13 +64,11 @@ namespace openshot
double TimeScale;

public:
std::string protobuf_data_path; ///< Path to the protobuf file that holds the bounding-box data
std::shared_ptr<TrackedObjectBBox> trackedData; ///< Pointer to an object that holds the bounding-box data and it's Keyframes
std::string protobuf_data_path; ///< Path to the protobuf file that holds the bounding-box data
std::shared_ptr<TrackedObjectBBox> trackedData; ///< Pointer to an object that holds the bounding-box data and it's Keyframes

std::map<int, EffectFrameData> trackedDataById; // Save object tracking box data

/// Blank constructor, useful when using Json to load the effect properties
Tracker(std::string clipTrackerDataPath);
/// Blank constructor, useful when using Json to load the effect properties
Tracker(std::string clipTrackerDataPath);

/// Default constructor
Tracker();
Expand Down

0 comments on commit c6d9129

Please sign in to comment.