Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
bool AVPacketWrapper::getFlagCorrupt()
293
{
294
this->update();
295
return this->flags & AV_PKT_FLAG_CORRUPT;
296
}
297
298
bool AVPacketWrapper::getFlagDiscard()
299
{
Callers
1
parseAVPacket
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected