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

Method getDataSize

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310int AVPacketWrapper::getDataSize()
311{
312 this->update();
313 return this->size;
314}
315
316PacketType AVPacketWrapper::getPacketType() const
317{

Callers 3

parseAVPacketMethod · 0.80
pushAVPacketMethod · 0.80
getNextUnitMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected