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

Method release

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

Source from the content-addressed store, hash-verified

93
94 AVFrame* get() const { return frame; }
95 AVFrame* release() {
96 AVFrame* value = frame;
97 frame = nullptr;
98 return value;
99 }
100 operator bool() const { return frame != nullptr; }
101};
102

Callers 1

~FrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected