MCPcopy Create free account
hub / github.com/IENT/YUView / decoderHM

Method decoderHM

YUViewLib/src/decoder/decoderHM.cpp:105–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103} // namespace
104
105decoderHM::decoderHM(int, bool cachingDecoder) : decoderBaseSingleLib(cachingDecoder)
106{
107 // Try to load the decoder library (.dll on Windows, .so on Linux, .dylib on Mac)
108 QSettings settings;
109 settings.beginGroup("Decoders");
110 loadDecoderLibrary(settings.value("libHMFile", "").toString());
111 settings.endGroup();
112
113 if (decoderState != DecoderState::Error)
114 allocateNewDecoder();
115}
116
117decoderHM::~decoderHM()
118{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected