MCPcopy 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
274int64_t AVPacketWrapper::getDuration()
275{
276 this->update();
277 return this->duration;
278}
279
280int AVPacketWrapper::getFlags()
281{

Callers 3

parseAVPacketMethod · 0.45
pushAVPacketMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected