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

Method getFlags

YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280int AVPacketWrapper::getFlags()
281{
282 this->update();
283 return this->flags;
284}
285
286bool AVPacketWrapper::getFlagKeyframe()
287{

Callers 1

pushAVPacketMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected