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

Method getSize

YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97Size AVCodecParametersWrapper::getSize()
98{
99 this->update();
100 return Size(this->width, this->height);
101}
102
103AVColorSpace AVCodecParametersWrapper::getColorspace()
104{

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
SizeClass · 0.85

Tested by

no test coverage detected