Skip to content

Commit 689ccd8

Browse files
committed
implemented bitstream filters for H264 and HEVC adding AUDs
1 parent 92084c5 commit 689ccd8

File tree

4 files changed

+317
-119
lines changed

4 files changed

+317
-119
lines changed

Diff for: Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/insight-platform/FFmpeg-Input"
77
readme = "README.md"
88
keywords = ["FFmpeg", "Video"]
99
categories = ["computer-vision"]
10-
version = "0.2.0"
10+
version = "0.2.1"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
rust-version = "1.62"
@@ -22,6 +22,7 @@ crossbeam = "0.8"
2222
log = "0.4"
2323
env_logger = "0.11"
2424
parking_lot = "0.12"
25+
bitstream-io = "2.5"
2526

2627
[dependencies.ffmpeg-next]
2728
version = "7"

Diff for: pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[build-system]
2-
requires = ["maturin>=0.13,<=0.15"]
2+
requires = ["maturin>=1.4,<=1.7"]
33
build-backend = "maturin"
44

55
[project]
6+
version = "0.2.1"
67
name = "ffmpeg_input"
78
requires-python = ">=3.8"
89
classifiers = [

0 commit comments

Comments
 (0)