Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
int64_t AVPacketWrapper::getDTS()
269
{
270
this->update();
271
return this->dts;
272
}
273
274
int64_t AVPacketWrapper::getDuration()
275
{
Callers
4
parseAVPacket
Method · 0.80
runParsingOfFile
Method · 0.80
scanBitstream
Method · 0.80
goToNextPacket
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected