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