MCPcopy Create free account
hub / github.com/GrowthEase/LLS-Player / FreeFrame

Method FreeFrame

src/rtd/src/rtd_api_impl.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void RtdApiImpl::FreeFrame(RtdFrame* frame) {
65 if (demuxer_) {
66 demuxer_->FreeFrame(frame);
67 }
68}
69
70int RtdApiImpl::Command(const char* cmd, void* arg) {
71 if (demuxer_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected