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

Method AVFormatContextWrapper

YUViewLib/src/ffmpeg/AVFormatContextWrapper.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185} // namespace
186
187AVFormatContextWrapper::AVFormatContextWrapper(AVFormatContext *c, LibraryVersion v)
188{
189 this->ctx = c;
190 this->libVer = v;
191 this->update();
192}
193
194void AVFormatContextWrapper::updateFrom(AVFormatContext *c)
195{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected