We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92084c5 commit 689ccd8Copy full SHA for 689ccd8
Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/insight-platform/FFmpeg-Input"
7
readme = "README.md"
8
keywords = ["FFmpeg", "Video"]
9
categories = ["computer-vision"]
10
-version = "0.2.0"
+version = "0.2.1"
11
edition = "2021"
12
license = "Apache-2.0"
13
rust-version = "1.62"
@@ -22,6 +22,7 @@ crossbeam = "0.8"
22
log = "0.4"
23
env_logger = "0.11"
24
parking_lot = "0.12"
25
+bitstream-io = "2.5"
26
27
[dependencies.ffmpeg-next]
28
version = "7"
pyproject.toml
@@ -1,8 +1,9 @@
1
[build-system]
2
-requires = ["maturin>=0.13,<=0.15"]
+requires = ["maturin>=1.4,<=1.7"]
3
build-backend = "maturin"
4
5
[project]
6
name = "ffmpeg_input"
requires-python = ">=3.8"
classifiers = [
0 commit comments