Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
AVStreamWrapper AVFormatContextWrapper::getStream(int idx)
213
{
214
this->update();
215
return this->streams[idx];
216
}
217
218
AVInputFormatWrapper AVFormatContextWrapper::getInputFormat()
219
{
Callers
4
openFileAndFindVideoStream
Method · 0.80
getFileInfoForAllStreams
Method · 0.80
getTimeBaseAllStreams
Method · 0.80
getShortStreamDescriptionAllStreams
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected