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

Method ScopedFrame

examples/VulkanBenchmark.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 AVFrame* frame = nullptr;
68
69 ScopedFrame() : frame(av_frame_alloc()) {}
70 explicit ScopedFrame(AVFrame* value) : frame(value) {}
71
72 ~ScopedFrame() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected