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

Method setError

YUViewLib/src/decoder/decoderBase.h:161–165  ·  view source on GitHub ↗

Error handling

Source from the content-addressed store, hash-verified

159
160 // Error handling
161 void setError(const QString &reason)
162 {
163 decoderState = DecoderState::Error;
164 errorString = reason;
165 }
166 bool setErrorB(const QString &reason)
167 {
168 setError(reason);

Callers 5

resolveMethod · 0.45
allocateNewDecoderMethod · 0.45
loadDecoderLibraryMethod · 0.45
decoderFFmpegMethod · 0.45
pushAVPacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected