Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
429
AVMediaType AVCodecContextWrapper::getCodecType()
430
{
431
this->update();
432
return this->codec_type;
433
}
434
435
AVCodecID AVCodecContextWrapper::getCodecID()
436
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected