MCPcopy Create free account
hub / github.com/IENT/YUView / clear

Method clear

YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void AVFrameWrapper::clear()
137{
138 this->frame = nullptr;
139 this->libVer = {};
140}
141
142uint8_t *AVFrameWrapper::getData(int component)
143{

Callers 5

updateMethod · 0.45
freeFrameMethod · 0.45
freePacketMethod · 0.45
getNextNALUnitMethod · 0.45
getNextUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected