Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getFlagDiscard
Method
getFlagDiscard
YUViewLib/src/ffmpeg/AVPacketWrapper.cpp:298–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
bool AVPacketWrapper::getFlagDiscard()
299
{
300
this->update();
301
return this->flags & AV_PKT_FLAG_DISCARD;
302
}
303
304
uint8_t *AVPacketWrapper::getData()
305
{
Callers
1
parseAVPacket
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected