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

Method getDTS

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268int64_t AVPacketWrapper::getDTS()
269{
270 this->update();
271 return this->dts;
272}
273
274int64_t AVPacketWrapper::getDuration()
275{

Callers 4

parseAVPacketMethod · 0.80
runParsingOfFileMethod · 0.80
scanBitstreamMethod · 0.80
goToNextPacketMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected