fix(video): request android sync frames via mediacodec
Some checks failed
Mirror to GitHub / mirror (push) Failing after 27s
Build Release Binaries / build-amd64 (push) Failing after 3m5s

This commit is contained in:
Siavash Sameni
2026-05-25 21:28:59 +04:00
parent 0b7bf1b385
commit d2046060b5
2 changed files with 18 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ shiguredo_svt_av1 = "2026.1.0"
shiguredo_video_toolbox = "2026.1"
[target.'cfg(target_os = "android")'.dependencies]
ndk = { version = "0.9", features = ["media"] }
ndk = { version = "0.9", features = ["api-level-26", "media"] }
[dev-dependencies]
rand = "0.8"