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

Method setDecodeSignal

YUViewLib/src/decoder/decoderBase.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void decoderBase::setDecodeSignal(int signalID, bool &decoderResetNeeded)
86{
87 if (signalID >= 0 && signalID < nrSignalsSupported())
88 this->decodeSignal = signalID;
89 decoderResetNeeded = false;
90}
91
92stats::FrameTypeData decoderBase::getCurrentFrameStatsForType(int typeId) const
93{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected