Skip to content

Commit

Permalink
rkmpp encoder example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Jul 16, 2024
1 parent e28ca01 commit 22913cb
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 10 deletions.
152 changes: 143 additions & 9 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions rkmpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ edition = "2021"
av-traits = { path = "../av-traits" }
snafu = { version = "0.8.0", default-features = false }
rkmpp-sys = { path = "rkmpp-sys" }

[dev-dependencies]
clap = { version = "4.5.9", features = ["derive"] }
indicatif = "0.17.8"
Loading

0 comments on commit 22913cb

Please sign in to comment.