We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be41ef5 commit f16f968Copy full SHA for f16f968
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 0.5.1
4
+
5
+- [Feature] Add index-based plane accessors to `Frame`
6
7
## Version 0.5.0
8
9
- [Breaking] Change the `copy_from_u8_slice_with_stride` to take stride in bytes instead of in pixels.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "v_frame"
-version = "0.5.0"
+version = "0.5.1"
rust-version = "1.85.0"
description = "Video Frame data structures, originally part of rav1e"
license = "BSD-2-Clause"
0 commit comments