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

Method updateFrom

YUViewLib/src/ffmpeg/AVFormatContextWrapper.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void AVFormatContextWrapper::updateFrom(AVFormatContext *c)
195{
196 assert(this->ctx == nullptr);
197 this->ctx = c;
198 this->update();
199}
200
201AVFormatContextWrapper::operator bool() const
202{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected