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

Method getExtradata

YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:470–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470QByteArray AVCodecContextWrapper::getExtradata()
471{
472 this->update();
473 return this->extradata;
474}
475
476void AVCodecContextWrapper::update()
477{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected