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

Method getHeight

YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165int AVFrameWrapper::getHeight()
166{
167 this->update();
168 return this->height;
169}
170
171Size AVFrameWrapper::getSize()
172{

Callers 1

decodeFrameMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected