Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ RgbaFrameResizer
Method
RgbaFrameResizer
examples/VulkanBenchmark.cpp:702–702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
700
class RgbaFrameResizer {
701
public:
702
RgbaFrameResizer() : sws_context_(nullptr) {}
703
~RgbaFrameResizer() {
704
if (sws_context_)
705
sws_freeContext(sws_context_);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected