Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getDecoderName
Method
getDecoderName
YUViewLib/src/decoder/decoderHM.cpp:587–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
585
}
586
587
QString decoderHM::getDecoderName() const
588
{
589
return (decoderState == DecoderState::Error) ?
"HM"
: this->lib.libHMDec_get_version();
590
}
591
592
bool decoderHM::checkLibraryFile(QString libFilePath, QString &error)
593
{
Callers
1
getInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected