Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getDuration
Method
getDuration
YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:274–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
int64_t AVPacketWrapper::getDuration()
275
{
276
this->update();
277
return this->duration;
278
}
279
280
int AVPacketWrapper::getFlags()
281
{
Callers
3
parseAVPacket
Method · 0.45
pushAVPacket
Method · 0.45
openFileAndFindVideoStream
Method · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected