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

Method getFlagCorrupt

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292bool AVPacketWrapper::getFlagCorrupt()
293{
294 this->update();
295 return this->flags & AV_PKT_FLAG_CORRUPT;
296}
297
298bool AVPacketWrapper::getFlagDiscard()
299{

Callers 1

parseAVPacketMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected