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

Method getWidth

YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159int AVFrameWrapper::getWidth()
160{
161 this->update();
162 return this->width;
163}
164
165int AVFrameWrapper::getHeight()
166{

Callers 1

decodeFrameMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected