Browse Source

change inlining options for RowOctet.Update()

pull/1554/head
Anton Firszov 5 years ago
parent
commit
7e0a43bcdb
  1. 2
      src/ImageSharp/Formats/Jpeg/Components/RowOctet.cs

2
src/ImageSharp/Formats/Jpeg/Components/RowOctet.cs

@ -75,7 +75,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Components
}
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
[MethodImpl(InliningOptions.ShortMethod)]
public void Update(Buffer2D<T> buffer, int startY)
{
// We don't actually have to assign values outside of the

Loading…
Cancel
Save