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

Method getPixelFormat

YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446AVPixelFormat AVCodecContextWrapper::getPixelFormat()
447{
448 this->update();
449 return this->pix_fmt;
450}
451
452Size AVCodecContextWrapper::getSize()
453{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected