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

Method getCodecType

YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429AVMediaType AVCodecContextWrapper::getCodecType()
430{
431 this->update();
432 return this->codec_type;
433}
434
435AVCodecID AVCodecContextWrapper::getCodecID()
436{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected