|
|
|
@ -118,8 +118,7 @@ namespace ImageSharp.Formats.Jpg |
|
|
|
/// Reads the blocks from the <see cref="JpegDecoderCore"/>-s stream, and processes them into the corresponding <see cref="JpegPixelArea"/> instances.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="decoder">The <see cref="JpegDecoderCore"/> instance</param>
|
|
|
|
/// <returns>MCUs processed</returns>
|
|
|
|
public int ProcessBlocks(JpegDecoderCore decoder) |
|
|
|
public void ProcessBlocks(JpegDecoderCore decoder) |
|
|
|
{ |
|
|
|
int blockCount = 0; |
|
|
|
int mcu = 0; |
|
|
|
@ -230,8 +229,6 @@ namespace ImageSharp.Formats.Jpg |
|
|
|
|
|
|
|
// for mx
|
|
|
|
} |
|
|
|
|
|
|
|
return mcu; |
|
|
|
} |
|
|
|
|
|
|
|
private void ResetDc() |
|
|
|
|