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

Method setDecodeSignal

YUViewLib/src/decoder/decoderLibde265.cpp:131–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void decoderLibde265::setDecodeSignal(int signalID, bool &decoderResetNeeded)
132{
133 decoderResetNeeded = false;
134 if (signalID == this->decodeSignal)
135 return;
136 if (signalID >= 0 && signalID < nrSignalsSupported())
137 this->decodeSignal = signalID;
138 decoderResetNeeded = true;
139}
140
141void decoderLibde265::resolveLibraryFunctionPointers()
142{

Callers 1

decoderLibde265Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected