Skip to content

Commit

Permalink
Fix limit for Matroska input
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Feb 13, 2025
1 parent 5266c27 commit 3d50c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"
[dependencies]
dolby_vision = { path = "dolby_vision", "features" = ["xml", "serde"] }
bitvec_helpers = { version = "3.1.6", default-features = false, features = ["bitstream-io"] }
hevc_parser = { version = "0.6.5", features = ["hevc_io"] }
hevc_parser = { version = "0.6.6", features = ["hevc_io"] }
madvr_parse = "1.0.2"
hdr10plus = { version = "2.1.3", features = ["json"] }

Expand Down

0 comments on commit 3d50c5d

Please sign in to comment.