From 3d0da23920ea6dbb1494adfb2127acf2bb1c5218 Mon Sep 17 00:00:00 2001 From: Sludge <96552222+SludgePhD@users.noreply.github.com> Date: Wed, 26 Jul 2023 00:29:52 +0200 Subject: [PATCH] Bump to 0.1.0 --- Cargo.toml | 2 +- src/jpeg/parser.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a0c554..5683689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fev" -version = "0.0.5" +version = "0.1.0" edition = "2021" license = "0BSD" description = "High-level VA-API bindings" diff --git a/src/jpeg/parser.rs b/src/jpeg/parser.rs index cd06601..8201b33 100644 --- a/src/jpeg/parser.rs +++ b/src/jpeg/parser.rs @@ -346,7 +346,7 @@ impl<'a> HuffmanTable<'a> { self.header.TcTh & 0xf } - /// Returns an array containing the number of code of each length. + /// Returns an array containing the number of codes for each code length in bits. #[inline] pub fn Li(&self) -> &[u8; 16] { &self.header.Li