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

Method getPixelFormat

YUViewLib/src/ffmpeg/AVStreamWrapper.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314AVPixelFormat AVStreamWrapper::getPixelFormat()
315{
316 this->update();
317 if (this->libVer.avformat.major <= 56 || !this->codecpar)
318 return this->codec.getPixelFormat();
319 return this->codecpar.getPixelFormat();
320}
321
322QByteArray AVStreamWrapper::getExtradata()
323{

Callers 2

createDecoderMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected