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

Method getCodecID

YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:435–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435AVCodecID AVCodecContextWrapper::getCodecID()
436{
437 this->update();
438 return this->codec_id;
439}
440
441AVCodecContext *AVCodecContextWrapper::getCodec()
442{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected