Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
286
bool AVPacketWrapper::getFlagKeyframe()
287
{
288
this->update();
289
return this->flags & AV_PKT_FLAG_KEY;
290
}
291
292
bool AVPacketWrapper::getFlagCorrupt()
293
{
Callers
3
parseAVPacket
Method · 0.80
scanBitstream
Method · 0.80
goToNextPacket
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected