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

Method getLineSize

YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148int AVFrameWrapper::getLineSize(int component)
149{
150 this->update();
151 return this->linesize[component];
152}
153
154AVFrame *AVFrameWrapper::getFrame() const
155{

Callers 1

copyCurImageToBufferMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected