From 3160b8641d7066504aab03adf93b4b967c76bbe9 Mon Sep 17 00:00:00 2001 From: Joe Kale Date: Mon, 25 Nov 2024 15:06:27 -0500 Subject: [PATCH] Fixup documentation to accurately reflect init_buffer_size's default --- jpegxl-rs/src/encode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jpegxl-rs/src/encode.rs b/jpegxl-rs/src/encode.rs index c140e58..86c306b 100644 --- a/jpegxl-rs/src/encode.rs +++ b/jpegxl-rs/src/encode.rs @@ -110,7 +110,7 @@ pub struct JxlEncoder<'prl, 'mm> { /// Set initial output buffer size in bytes. /// Anything less than 32 bytes will be rounded up to 32 bytes. /// - /// Default: 512 KiB + /// Default: 512 MiB pub init_buffer_size: usize, /// Set color encoding