Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void AVFormatContextWrapper::updateFrom(AVFormatContext *c)
195
{
196
assert(this->ctx == nullptr);
197
this->ctx = c;
198
this->update();
199
}
200
201
AVFormatContextWrapper::operator bool() const
202
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected