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

Method getStream

YUViewLib/src/ffmpeg/AVFormatContextWrapper.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212AVStreamWrapper AVFormatContextWrapper::getStream(int idx)
213{
214 this->update();
215 return this->streams[idx];
216}
217
218AVInputFormatWrapper AVFormatContextWrapper::getInputFormat()
219{

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected