Skip to content

Commit

Permalink
capi: Expose frame buffer API
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed May 14, 2020
1 parent 0e0dc62 commit eb6d7d3
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -9,4 +9,4 @@ members = [
opt-level = 1

[replace]
"av-metrics:0.5.0" = { path = "av_metrics" }
"av-metrics:0.6.0" = { path = "av_metrics" }
2 changes: 1 addition & 1 deletion av_metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "av-metrics"
version = "0.5.0"
version = "0.6.0"
authors = ["Josh Holmer <[email protected]>"]
edition = "2018"
description = "A collection of algorithms for measuring audio/video metrics"
Expand Down
9 changes: 9 additions & 0 deletions av_metrics/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@ tab_width = 4
style = "Type"
language = "C"

[parse]
parse_deps = true
include = ['av_metrics', 'v_frame']

[export]
prefix = "AVM"
item_types = ["enums", "structs", "unions", "typedefs", "opaque", "functions"]

[enum]
rename_variants = "ScreamingSnakeCase"
prefix_with_name = true
Loading

0 comments on commit eb6d7d3

Please sign in to comment.