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

Method getStreamIndex

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256int AVPacketWrapper::getStreamIndex()
257{
258 this->update();
259 return this->stream_index;
260}
261
262int64_t AVPacketWrapper::getPTS()
263{

Callers 1

goToNextPacketMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected