Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SludgePhD committed Jul 25, 2023
1 parent 7aa9c75 commit 3d0da23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/jpeg/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d0da23

Please sign in to comment.