Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getCodecID
Method
getCodecID
YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
AVCodecID AVCodecParametersWrapper::getCodecID()
86
{
87
this->update();
88
return this->codec_id;
89
}
90
91
QByteArray AVCodecParametersWrapper::getExtradata()
92
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected