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

Method getExtradata

YUViewLib/src/ffmpeg/AVStreamWrapper.cpp:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322QByteArray AVStreamWrapper::getExtradata()
323{
324 this->update();
325 if (this->libVer.avformat.major <= 56 || !this->codecpar)
326 return this->codec.getExtradata();
327 return this->codecpar.getExtradata();
328}
329
330int AVStreamWrapper::getIndex()
331{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected