Skip to content

Commit

Permalink
fix!(buffer): spelling for Type::VbiCaputre (#111)
Browse files Browse the repository at this point in the history
note that this is a breaking change and requires a major version bump!!!
  • Loading branch information
onkoe authored Oct 5, 2024
1 parent 677b02d commit 8837f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub enum Type {
VideoCapture = 1,
VideoOutput = 2,
VideoOverlay = 3,
VbiCaputre = 4,
VbiCapture = 4,
VbiOutput = 5,
SlicedVbiCapture = 6,
SlicedVbiOutput = 7,
Expand Down

0 comments on commit 8837f57

Please sign in to comment.