We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f131d60 commit 3f81572Copy full SHA for 3f81572
src/ImageSharp/Formats/Jpeg/JpegEncoder.cs
@@ -21,7 +21,7 @@ public sealed class JpegEncoder : ImageEncoder
21
/// <summary>
22
/// Backing field for <see cref="RestartInterval"/>
23
/// </summary>
24
- private int restartInterval = 0;
+ private int restartInterval;
25
26
27
/// Gets the quality, that will be used to encode the image. Quality
0 commit comments