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

Method resetDecoder

YUViewLib/src/decoder/decoderFFmpeg.cpp:129–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void decoderFFmpeg::resetDecoder()
130{
131 if (this->decoderState == DecoderState::Error)
132 return;
133
134 DEBUG_FFMPEG("decoderFFmpeg::resetDecoder");
135 this->ff.flush_buffers(this->decCtx);
136 this->flushing = false;
137 decoderBase::resetDecoder();
138}
139
140bool decoderFFmpeg::decodeNextFrame()
141{

Callers

nothing calls this directly

Calls 1

flush_buffersMethod · 0.80

Tested by

no test coverage detected