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

Method GetFrame

src/effects/SphericalProjection.h:86–88  ·  view source on GitHub ↗

ClipBase override: create a fresh Frame then call the main GetFrame

Source from the content-addressed store, hash-verified

84
85 /// ClipBase override: create a fresh Frame then call the main GetFrame
86 std::shared_ptr<Frame> GetFrame(int64_t frame_number) override {
87 return GetFrame(std::make_shared<Frame>(), frame_number);
88 }
89
90 /// EffectBase override: reproject the QImage
91 std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected