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

Method getCodecType

YUViewLib/src/ffmpeg/AVStreamWrapper.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241AVMediaType AVStreamWrapper::getCodecType()
242{
243 this->update();
244 if (this->libVer.avformat.major <= 56 || !this->codecpar)
245 return this->codec.getCodecType();
246 return this->codecpar.getCodecType();
247}
248
249QString AVStreamWrapper::getCodecTypeName()
250{

Callers 2

getCodecTypeNameMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected