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

Method RgbaFrameConverter

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

Source from the content-addressed store, hash-verified

626class RgbaFrameConverter {
627public:
628 RgbaFrameConverter() : sws_context_(nullptr) {}
629 ~RgbaFrameConverter() {
630 if (sws_context_)
631 sws_freeContext(sws_context_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected