Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getCodecID
Method
getCodecID
YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:435–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
}
434
435
AVCodecID AVCodecContextWrapper::getCodecID()
436
{
437
this->update();
438
return this->codec_id;
439
}
440
441
AVCodecContext *AVCodecContextWrapper::getCodec()
442
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected