Skip to content

Commit

Permalink
Fix hevc_parser dep
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Feb 13, 2025
1 parent a0725cb commit 773c993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hdr10plus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
/*.y4m
/*.ffindex
/*.json
Cargo.lock
2 changes: 1 addition & 1 deletion hdr10plus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/quietvoid/hdr10plus_tool/tree/master/hdr10plus"

[dependencies]
bitvec_helpers = { version = "3.1.6", default-features = false, features = ["bitstream-io"] }
hevc_parser = { version = "0.6.4", optional = true }
hevc_parser = { version = "0.6.6", optional = true }

anyhow = "1.0.95"
serde = { version = "1.0.217", features = ["derive"], optional = true }
Expand Down

0 comments on commit 773c993

Please sign in to comment.