Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getDuration
Method
getDuration
YUViewLib/src/ffmpeg/AVFormatContextWrapper.cpp:230–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
int64_t AVFormatContextWrapper::getDuration()
231
{
232
this->update();
233
return this->duration;
234
}
235
236
AVFormatContext *AVFormatContextWrapper::getFormatCtx() const
237
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected