Browse Source

Fix stylecop warning

pull/2767/head
Brian Popow 2 years ago
parent
commit
6c430efd10
  1. 2
      src/ImageSharp/Formats/Webp/Lossless/Vp8LEncoder.cs

2
src/ImageSharp/Formats/Webp/Lossless/Vp8LEncoder.cs

@ -698,7 +698,7 @@ internal class Vp8LEncoder : IDisposable
}
}
histogramImageSize = maxIndex;
histogramImageSize = maxIndex;
this.bitWriter.PutBits((uint)(this.HistoBits - 2), 3);
this.EncodeImageNoHuffman(

Loading…
Cancel
Save