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

Method getFlagKeyframe

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286bool AVPacketWrapper::getFlagKeyframe()
287{
288 this->update();
289 return this->flags & AV_PKT_FLAG_KEY;
290}
291
292bool AVPacketWrapper::getFlagCorrupt()
293{

Callers 3

parseAVPacketMethod · 0.80
scanBitstreamMethod · 0.80
goToNextPacketMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected