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

Method getCodecID

YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85AVCodecID AVCodecParametersWrapper::getCodecID()
86{
87 this->update();
88 return this->codec_id;
89}
90
91QByteArray AVCodecParametersWrapper::getExtradata()
92{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected