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

Method getSize

YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:452–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452Size AVCodecContextWrapper::getSize()
453{
454 this->update();
455 return {this->width, this->height};
456}
457
458AVColorSpace AVCodecContextWrapper::getColorspace()
459{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected