Skip to content

Commit

Permalink
videocvt
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Jan 31, 2024
1 parent d560857 commit 1f00ec7
Show file tree
Hide file tree
Showing 8 changed files with 906 additions and 435 deletions.
98 changes: 98 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dashmap = "5.4"
env_logger = "0.10"
downcast-rs = "1.2"
console-subscriber = { version = "0.1", features = ["parking_lot"], optional = true }
imgproc = "0.3.4"

[build-dependencies]
webrtc-sys-build = { path = "../webrtc-sys/build", version = "0.3.0" }
Expand Down
3 changes: 2 additions & 1 deletion livekit-ffi/protocol/video_frame.proto
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ message VideoBufferInfo {
uint32 height = 3;
uint64 data_ptr = 4;
uint32 data_len = 5;
repeated ComponentInfo components = 6;
uint32 stride = 6; // for packed formats
repeated ComponentInfo components = 7;
}

message OwnedVideoBuffer {
Expand Down
Loading

0 comments on commit 1f00ec7

Please sign in to comment.