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

Method getCodecpar

YUViewLib/src/ffmpeg/AVStreamWrapper.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336AVCodecParametersWrapper AVStreamWrapper::getCodecpar()
337{
338 this->update();
339 return this->codecpar;
340}
341
342void AVStreamWrapper::update()
343{

Callers 1

getVideoCodecParMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected