Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ AVCodecParametersWrapper
Method
AVCodecParametersWrapper
YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
} // namespace
71
72
AVCodecParametersWrapper::AVCodecParametersWrapper(AVCodecParameters *p, LibraryVersion v)
73
{
74
this->param = p;
75
this->libVer = v;
76
this->update();
77
}
78
79
AVMediaType AVCodecParametersWrapper::getCodecType()
80
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected