diff --git a/src/ImageSharp/Formats/Webp/Lossy/Vp8SegmentInfo.cs b/src/ImageSharp/Formats/Webp/Lossy/Vp8SegmentInfo.cs
index 71983055c0..2ce383d9e1 100644
--- a/src/ImageSharp/Formats/Webp/Lossy/Vp8SegmentInfo.cs
+++ b/src/ImageSharp/Formats/Webp/Lossy/Vp8SegmentInfo.cs
@@ -10,6 +10,7 @@ namespace SixLabors.ImageSharp.Formats.Webp.Lossy
///
/// Gets the quantization matrix y1.
///
+#pragma warning disable SA1401 // Fields should be private
public Vp8Matrix Y1;
///
@@ -21,6 +22,7 @@ namespace SixLabors.ImageSharp.Formats.Webp.Lossy
/// Gets the quantization matrix uv.
///
public Vp8Matrix Uv;
+#pragma warning restore SA1401 // Fields should be private
///
/// Gets or sets the quant-susceptibility, range [-127,127]. Zero is neutral. Lower values indicate a lower risk of blurriness.