BitMiracle.LibJpeg.Classic.Internal.jpeg_input_controller.finish_input_pass C# (CSharp) Method

finish_input_pass() public method

Finish up after inputting a compressed-data scan. This is called by the coefficient controller after it's read all the expected data of the scan.
public finish_input_pass ( ) : void
return void
        public void finish_input_pass()
        {
            m_cinfo.m_entropy.finish_pass();
            m_consumeData = false;
        }