Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getCodecType
Method
getCodecType
YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
AVMediaType AVCodecParametersWrapper::getCodecType()
80
{
81
this->update();
82
return this->codec_type;
83
}
84
85
AVCodecID AVCodecParametersWrapper::getCodecID()
86
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected