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

Method AVCodecParametersWrapper

YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70} // namespace
71
72AVCodecParametersWrapper::AVCodecParametersWrapper(AVCodecParameters *p, LibraryVersion v)
73{
74 this->param = p;
75 this->libVer = v;
76 this->update();
77}
78
79AVMediaType AVCodecParametersWrapper::getCodecType()
80{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected