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

Method getFlagDiscard

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298bool AVPacketWrapper::getFlagDiscard()
299{
300 this->update();
301 return this->flags & AV_PKT_FLAG_DISCARD;
302}
303
304uint8_t *AVPacketWrapper::getData()
305{

Callers 1

parseAVPacketMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected