tolerate bad sps/pps, continued

This commit is contained in:
Scott Lamb
2024-05-30 18:17:04 -07:00
parent 1ae61b4c64
commit e6c7b800fe
5 changed files with 165 additions and 10 deletions

View File

@@ -27,10 +27,11 @@ base64 = "0.21.0"
h264-reader = "0.7.0"
itertools = "0.12.0"
nix = "0.27.0"
tracing = { version = "0.1", features = ["log"] }
tracing-log = "0.2"
pretty-hex = "0.4.0"
ring = "0.17.0"
rusqlite = "0.30.0"
tracing = { version = "0.1", features = ["log"] }
tracing-log = "0.2"
[dependencies]
base = { package = "moonfire-base", path = "base" }
@@ -54,6 +55,7 @@ memchr = "2.0.2"
nix = { workspace = true, features = ["time", "user"] }
nom = "7.0.0"
password-hash = "0.5.0"
pretty-hex = { workspace = true }
protobuf = "3.0"
reffers = "0.7.0"
retina = "0.4.0"