MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Stabilizer

Method Stabilizer

src/effects/Stabilizer.cpp:29–35  ·  view source on GitHub ↗

Blank constructor, useful when using Json to load the effect properties

Source from the content-addressed store, hash-verified

27
28/// Blank constructor, useful when using Json to load the effect properties
29Stabilizer::Stabilizer(std::string clipStabilizedDataPath):protobuf_data_path(clipStabilizedDataPath)
30{
31 // Init effect properties
32 init_effect_details();
33 // Tries to load the stabilization data from protobuf
34 LoadStabilizedData(clipStabilizedDataPath);
35}
36
37// Default constructor
38Stabilizer::Stabilizer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected