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

Method getPacket

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250AVPacket *AVPacketWrapper::getPacket()
251{
252 this->update();
253 return this->pkt;
254}
255
256int AVPacketWrapper::getStreamIndex()
257{

Callers 4

pushPacketToDecoderMethod · 0.80
unrefPacketMethod · 0.80
freePacketMethod · 0.80
goToNextPacketMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected